Html Css Color HEX #386143 Hunter Green

📋 copy color: '#386143'

red 56 ◦ green 97 ◦ blue 67

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

Shades of Hunter Green #386143

Tints of Hunter Green #386143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 25.45%
G = 44.09%
B = 30.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#386143 (or 0x386143) is known color: Hunter Green. HEX triplet: 38, 61 and 43. RGB value is (56,97,67). Sum of RGB (Red+Green+Blue) = 56+97+67=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #386143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386143 is #C79EBC. Grayscale: #515151. Windows color (decimal): -13082301 or 4415800. OLE color: 4415800.

HSL color Cylindrical-coordinate representation of color #386143: hue angle of 136.1º 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 #386143 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 67 -
CMYK 0.42 0 0.31 0.62
HSL 136.1º 0.27% 0.3% -
HSV(B) 136.1º 0.42% 0.38% -
XYZ 6.92 9.8 6.84 -
YUV 81.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 56 97 67 0.42 0 0.31 0.62 136.1 0.27 0.3
Hex 38 61 43 2A 0 1F 3E 88 1B 1E
Octal 70 141 103 52 0 37 76 210 33 36
Binary 111000 1100001 1000011 101010 0 11111 111110 10001000 11011 11110

Color Harmonies of #386143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386143

Black with #386143

Text Example


Text Example

White with #386143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386143; }

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

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

background-color css

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

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

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

border-color css

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

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

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