Html Css Color HEX #38955C Eucalyptus

📋 copy color: '#38955C'

red 56 ◦ green 149 ◦ blue 92

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

Shades of Eucalyptus #38955C

Tints of Eucalyptus #38955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 18.86%
G = 50.17%
B = 30.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#38955C (or 0x38955C) is known color: Eucalyptus. HEX triplet: 38, 95 and 5C. RGB value is (56,149,92). Sum of RGB (Red+Green+Blue) = 56+149+92=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #38955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38955C is #C76AA3. Grayscale: #727272. Windows color (decimal): -13068964 or 6067512. OLE color: 6067512.

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

Color convert

RGB 56 149 92 -
CMYK 0.62 0 0.38 0.42
HSL 143.23º 0.45% 0.4% -
HSV(B) 143.23º 0.62% 0.58% -
XYZ 14.31 23.11 13.83 -
YUV 114.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 56 149 92 0.62 0 0.38 0.42 143.23 0.45 0.4
Hex 38 95 5C 3E 0 26 2A 8F 2D 28
Octal 70 225 134 76 0 46 52 217 55 50
Binary 111000 10010101 1011100 111110 0 100110 101010 10001111 101101 101000

Color Harmonies of #38955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38955C

Black with #38955C

Text Example


Text Example

White with #38955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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