Html Css Color HEX #388F67 Eucalyptus

📋 copy color: '#388F67'

red 56 ◦ green 143 ◦ blue 103

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

Shades of Eucalyptus #388F67

Tints of Eucalyptus #388F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 18.54%
G = 47.35%
B = 34.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#388F67 (or 0x388F67) is known color: Eucalyptus. HEX triplet: 38, 8F and 67. RGB value is (56,143,103). Sum of RGB (Red+Green+Blue) = 56+143+103=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #388F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F67 is #C77098. Grayscale: #707070. Windows color (decimal): -13070489 or 6786872. OLE color: 6786872.

HSL color Cylindrical-coordinate representation of color #388F67: hue angle of 152.41º 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 #388F67 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 103 -
CMYK 0.61 0 0.28 0.44
HSL 152.41º 0.44% 0.39% -
HSV(B) 152.41º 0.61% 0.56% -
XYZ 13.9 21.46 16.24 -
YUV 112.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 56 143 103 0.61 0 0.28 0.44 152.41 0.44 0.39
Hex 38 8F 67 3D 0 1C 2C 98 2C 27
Octal 70 217 147 75 0 34 54 230 54 47
Binary 111000 10001111 1100111 111101 0 11100 101100 10011000 101100 100111

Color Harmonies of #388F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F67

Black with #388F67

Text Example


Text Example

White with #388F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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