Html Css Color HEX #387242 Hunter Green

📋 copy color: '#387242'

red 56 ◦ green 114 ◦ blue 66

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

Shades of Hunter Green #387242

Tints of Hunter Green #387242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 23.73%
G = 48.31%
B = 27.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#387242 (or 0x387242) is known color: Hunter Green. HEX triplet: 38, 72 and 42. RGB value is (56,114,66). Sum of RGB (Red+Green+Blue) = 56+114+66=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #387242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387242 is #C78DBD. Grayscale: #5B5B5B. Windows color (decimal): -13077950 or 4354616. OLE color: 4354616.

HSL color Cylindrical-coordinate representation of color #387242: hue angle of 130.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387242 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 66 -
CMYK 0.51 0 0.42 0.55
HSL 130.34º 0.34% 0.33% -
HSV(B) 130.34º 0.51% 0.45% -
XYZ 8.63 13.27 7.26 -
YUV 91.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 56 114 66 0.51 0 0.42 0.55 130.34 0.34 0.33
Hex 38 72 42 33 0 2A 37 82 22 21
Octal 70 162 102 63 0 52 67 202 42 41
Binary 111000 1110010 1000010 110011 0 101010 110111 10000010 100010 100001

Color Harmonies of #387242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387242

Black with #387242

Text Example


Text Example

White with #387242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387242; }

 p { color: rgb(56,114,66); }

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

background-color css

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

 a { background-color: rgb(56,114,66); }

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

border-color css

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

 span { border-color: rgb(56,114,66); }

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