Html Css Color HEX #38956C Eucalyptus

📋 copy color: '#38956C'

red 56 ◦ green 149 ◦ blue 108

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

Shades of Eucalyptus #38956C

Tints of Eucalyptus #38956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 17.89%
G = 47.6%
B = 34.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#38956C (or 0x38956C) is known color: Eucalyptus. HEX triplet: 38, 95 and 6C. RGB value is (56,149,108). Sum of RGB (Red+Green+Blue) = 56+149+108=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #38956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38956C is #C76A93. Grayscale: #747474. Windows color (decimal): -13068948 or 7116088. OLE color: 7116088.

HSL color Cylindrical-coordinate representation of color #38956C: hue angle of 153.55º 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 #38956C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 108 -
CMYK 0.62 0 0.28 0.42
HSL 153.55º 0.45% 0.4% -
HSV(B) 153.55º 0.62% 0.58% -
XYZ 15.09 23.42 17.91 -
YUV 116.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 56 149 108 0.62 0 0.28 0.42 153.55 0.45 0.4
Hex 38 95 6C 3E 0 1C 2A 9A 2D 28
Octal 70 225 154 76 0 34 52 232 55 50
Binary 111000 10010101 1101100 111110 0 11100 101010 10011010 101101 101000

Color Harmonies of #38956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38956C

Black with #38956C

Text Example


Text Example

White with #38956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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