Html Css Color HEX #38915E Eucalyptus

📋 copy color: '#38915E'

red 56 ◦ green 145 ◦ blue 94

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

Shades of Eucalyptus #38915E

Tints of Eucalyptus #38915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 18.98%
G = 49.15%
B = 31.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#38915E (or 0x38915E) is known color: Eucalyptus. HEX triplet: 38, 91 and 5E. RGB value is (56,145,94). Sum of RGB (Red+Green+Blue) = 56+145+94=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #38915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38915E is #C76EA1. Grayscale: #707070. Windows color (decimal): -13069986 or 6197560. OLE color: 6197560.

HSL color Cylindrical-coordinate representation of color #38915E: hue angle of 145.62º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38915E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 94 -
CMYK 0.61 0 0.35 0.43
HSL 145.62º 0.44% 0.39% -
HSV(B) 145.62º 0.61% 0.57% -
XYZ 13.78 21.9 14.09 -
YUV 112.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 56 145 94 0.61 0 0.35 0.43 145.62 0.44 0.39
Hex 38 91 5E 3D 0 23 2B 92 2C 27
Octal 70 221 136 75 0 43 53 222 54 47
Binary 111000 10010001 1011110 111101 0 100011 101011 10010010 101100 100111

Color Harmonies of #38915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38915E

Black with #38915E

Text Example


Text Example

White with #38915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38915E; }

 p { color: rgb(56,145,94); }

 H1.HeaderClassName
 {
   color: #38915E;
 }
 .AnyTagClassName
 {
   color: #38915E;
 }
</style>

background-color css

<style>
 a { background-color: #38915E; }

 a { background-color: rgb(56,145,94); }

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

border-color css

<style>
 span { border-color: #38915E; }

 span { border-color: rgb(56,145,94); }

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