Html Css Color HEX #388F66 Eucalyptus

📋 copy color: '#388F66'

red 56 ◦ green 143 ◦ blue 102

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

Shades of Eucalyptus #388F66

Tints of Eucalyptus #388F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.51%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 18.6%
G = 47.51%
B = 33.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#388F66 (or 0x388F66) is known color: Eucalyptus. HEX triplet: 38, 8F and 66. RGB value is (56,143,102). Sum of RGB (Red+Green+Blue) = 56+143+102=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #388F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F66 is #C77099. Grayscale: #707070. Windows color (decimal): -13070490 or 6721336. OLE color: 6721336.

HSL color Cylindrical-coordinate representation of color #388F66: hue angle of 151.72º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F66 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 102 -
CMYK 0.61 0 0.29 0.44
HSL 151.72º 0.44% 0.39% -
HSV(B) 151.72º 0.61% 0.56% -
XYZ 13.85 21.44 15.98 -
YUV 112.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 56 143 102 0.61 0 0.29 0.44 151.72 0.44 0.39
Hex 38 8F 66 3D 0 1D 2C 98 2C 27
Octal 70 217 146 75 0 35 54 230 54 47
Binary 111000 10001111 1100110 111101 0 11101 101100 10011000 101100 100111

Color Harmonies of #388F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F66

Black with #388F66

Text Example


Text Example

White with #388F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,102); }

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

background-color css

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

 a { background-color: rgb(56,143,102); }

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

border-color css

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

 span { border-color: rgb(56,143,102); }

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