Html Css Color HEX #386142 Hunter Green

📋 copy color: '#386142'

red 56 ◦ green 97 ◦ blue 66

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

Shades of Hunter Green #386142

Tints of Hunter Green #386142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

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

R = 25.57%
G = 44.29%
B = 30.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#386142 (or 0x386142) is known color: Hunter Green. HEX triplet: 38, 61 and 42. RGB value is (56,97,66). Sum of RGB (Red+Green+Blue) = 56+97+66=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #386142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386142 is #C79EBD. Grayscale: #515151. Windows color (decimal): -13082302 or 4350264. OLE color: 4350264.

HSL color Cylindrical-coordinate representation of color #386142: hue angle of 134.63º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386142 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 66 -
CMYK 0.42 0 0.32 0.62
HSL 134.63º 0.27% 0.3% -
HSV(B) 134.63º 0.42% 0.38% -
XYZ 6.89 9.78 6.68 -
YUV 81.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 56 97 66 0.42 0 0.32 0.62 134.63 0.27 0.3
Hex 38 61 42 2A 0 20 3E 87 1B 1E
Octal 70 141 102 52 0 40 76 207 33 36
Binary 111000 1100001 1000010 101010 0 100000 111110 10000111 11011 11110

Color Harmonies of #386142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386142

Black with #386142

Text Example


Text Example

White with #386142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386142; }

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

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

background-color css

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

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

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

border-color css

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

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

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