Html Css Color HEX #38956F Eucalyptus

📋 copy color: '#38956F'

red 56 ◦ green 149 ◦ blue 111

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

Shades of Eucalyptus #38956F

Tints of Eucalyptus #38956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 17.72%
G = 47.15%
B = 35.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#38956F (or 0x38956F) is known color: Eucalyptus. HEX triplet: 38, 95 and 6F. RGB value is (56,149,111). Sum of RGB (Red+Green+Blue) = 56+149+111=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #38956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38956F is #C76A90. Grayscale: #747474. Windows color (decimal): -13068945 or 7312696. OLE color: 7312696.

HSL color Cylindrical-coordinate representation of color #38956F: hue angle of 155.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38956F is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 111 -
CMYK 0.62 0 0.26 0.42
HSL 155.48º 0.45% 0.4% -
HSV(B) 155.48º 0.62% 0.58% -
XYZ 15.25 23.48 18.77 -
YUV 116.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 56 149 111 0.62 0 0.26 0.42 155.48 0.45 0.4
Hex 38 95 6F 3E 0 1A 2A 9B 2D 28
Octal 70 225 157 76 0 32 52 233 55 50
Binary 111000 10010101 1101111 111110 0 11010 101010 10011011 101101 101000

Color Harmonies of #38956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38956F

Black with #38956F

Text Example


Text Example

White with #38956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38956F; }

 p { color: rgb(56,149,111); }

 H1.HeaderClassName
 {
   color: #38956F;
 }
 .AnyTagClassName
 {
   color: #38956F;
 }
</style>

background-color css

<style>
 a { background-color: #38956F; }

 a { background-color: rgb(56,149,111); }

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

border-color css

<style>
 span { border-color: #38956F; }

 span { border-color: rgb(56,149,111); }

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