Html Css Color HEX #387045 Hunter Green

📋 copy color: '#387045'

red 56 ◦ green 112 ◦ blue 69

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

Shades of Hunter Green #387045

Tints of Hunter Green #387045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 23.63%
G = 47.26%
B = 29.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#387045 (or 0x387045) is known color: Hunter Green. HEX triplet: 38, 70 and 45. RGB value is (56,112,69). Sum of RGB (Red+Green+Blue) = 56+112+69=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #387045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387045 is #C78FBA. Grayscale: #5A5A5A. Windows color (decimal): -13078459 or 4550712. OLE color: 4550712.

HSL color Cylindrical-coordinate representation of color #387045: hue angle of 133.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387045 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 69 -
CMYK 0.50 0 0.38 0.56
HSL 133.93º 0.33% 0.33% -
HSV(B) 133.93º 0.5% 0.44% -
XYZ 8.5 12.86 7.66 -
YUV 90.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 56 112 69 0.50 0 0.38 0.56 133.93 0.33 0.33
Hex 38 70 45 32 0 26 38 86 21 21
Octal 70 160 105 62 0 46 70 206 41 41
Binary 111000 1110000 1000101 110010 0 100110 111000 10000110 100001 100001

Color Harmonies of #387045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387045

Black with #387045

Text Example


Text Example

White with #387045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387045; }

 p { color: rgb(56,112,69); }

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

background-color css

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

 a { background-color: rgb(56,112,69); }

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

border-color css

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

 span { border-color: rgb(56,112,69); }

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