Html Css Color HEX #38996B Eucalyptus

📋 copy color: '#38996B'

red 56 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #38996B

Tints of Eucalyptus #38996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 17.72%
G = 48.42%
B = 33.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#38996B (or 0x38996B) is known color: Eucalyptus. HEX triplet: 38, 99 and 6B. RGB value is (56,153,107). Sum of RGB (Red+Green+Blue) = 56+153+107=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #38996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38996B is #C76694. Grayscale: #767676. Windows color (decimal): -13067925 or 7051576. OLE color: 7051576.

HSL color Cylindrical-coordinate representation of color #38996B: hue angle of 151.55º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38996B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 107 -
CMYK 0.63 0 0.30 0.4
HSL 151.55º 0.46% 0.41% -
HSV(B) 151.55º 0.63% 0.6% -
XYZ 15.68 24.68 17.85 -
YUV 118.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 56 153 107 0.63 0 0.30 0.4 151.55 0.46 0.41
Hex 38 99 6B 3F 0 1E 28 98 2E 29
Octal 70 231 153 77 0 36 50 230 56 51
Binary 111000 10011001 1101011 111111 0 11110 101000 10011000 101110 101001

Color Harmonies of #38996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38996B

Black with #38996B

Text Example


Text Example

White with #38996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38996B; }

 p { color: rgb(56,153,107); }

 H1.HeaderClassName
 {
   color: #38996B;
 }
 .AnyTagClassName
 {
   color: #38996B;
 }
</style>

background-color css

<style>
 a { background-color: #38996B; }

 a { background-color: rgb(56,153,107); }

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

border-color css

<style>
 span { border-color: #38996B; }

 span { border-color: rgb(56,153,107); }

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