Html Css Color HEX #38915D Eucalyptus

📋 copy color: '#38915D'

red 56 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #38915D

Tints of Eucalyptus #38915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 19.05%
G = 49.32%
B = 31.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#38915D (or 0x38915D) is known color: Eucalyptus. HEX triplet: 38, 91 and 5D. RGB value is (56,145,93). Sum of RGB (Red+Green+Blue) = 56+145+93=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #38915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38915D is #C76EA2. Grayscale: #707070. Windows color (decimal): -13069987 or 6132024. OLE color: 6132024.

HSL color Cylindrical-coordinate representation of color #38915D: hue angle of 144.94º 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 #38915D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 93 -
CMYK 0.61 0 0.36 0.43
HSL 144.94º 0.44% 0.39% -
HSV(B) 144.94º 0.61% 0.57% -
XYZ 13.73 21.88 13.86 -
YUV 112.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 56 145 93 0.61 0 0.36 0.43 144.94 0.44 0.39
Hex 38 91 5D 3D 0 24 2B 91 2C 27
Octal 70 221 135 75 0 44 53 221 54 47
Binary 111000 10010001 1011101 111101 0 100100 101011 10010001 101100 100111

Color Harmonies of #38915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38915D

Black with #38915D

Text Example


Text Example

White with #38915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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