Html Css Color HEX #388C61 Eucalyptus

📋 copy color: '#388C61'

red 56 ◦ green 140 ◦ blue 97

#388C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #388C61

Tints of Eucalyptus #388C61

RGB

 RED value IS 56 (22.27% from 255) = 19.11%

 GREEN value IS 140 (55.08% from 255) = 47.78%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 19.11%
G = 47.78%
B = 33.11%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#388C61 (or 0x388C61) is known color: Eucalyptus. HEX triplet: 38, 8C and 61. RGB value is (56,140,97). Sum of RGB (Red+Green+Blue) = 56+140+97=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #388C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C61 is #C7739E. Grayscale: #6E6E6E. Windows color (decimal): -13071263 or 6392888. OLE color: 6392888.

HSL color Cylindrical-coordinate representation of color #388C61: hue angle of 149.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C61 is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 97 -
CMYK 0.6 0 0.31 0.45
HSL 149.29º 0.43% 0.38% -
HSV(B) 149.29º 0.6% 0.55% -
XYZ 13.17 20.46 14.56 -
YUV 109.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 56 140 97 0.6 0 0.31 0.45 149.29 0.43 0.38
Hex 38 8C 61 3C 0 1F 2D 95 2B 26
Octal 70 214 141 74 0 37 55 225 53 46
Binary 111000 10001100 1100001 111100 0 11111 101101 10010101 101011 100110

Color Harmonies of #388C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C61

Black with #388C61

Text Example


Text Example

White with #388C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388C61; }

 p { color: rgb(56,140,97); }

 H1.HeaderClassName
 {
   color: #388C61;
 }
 .AnyTagClassName
 {
   color: #388C61;
 }
</style>

background-color css

<style>
 a { background-color: #388C61; }

 a { background-color: rgb(56,140,97); }

 div.DivClassName
 {
   background-color: #388C61;
 }
 .BgClassName
 {
   background-color: #388C61;
 }
</style>

border-color css

<style>
 span { border-color: #388C61; }

 span { border-color: rgb(56,140,97); }

 td.TdClassName
 {
   border-color: #388C61;
 }
 .TagClassName
 {
   border-color: #388C61;
 }
</style>