Html Css Color HEX #386141 Hunter Green

📋 copy color: '#386141'

red 56 ◦ green 97 ◦ blue 65

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

Shades of Hunter Green #386141

Tints of Hunter Green #386141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 25.69%
G = 44.5%
B = 29.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#386141 (or 0x386141) is known color: Hunter Green. HEX triplet: 38, 61 and 41. RGB value is (56,97,65). Sum of RGB (Red+Green+Blue) = 56+97+65=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #386141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386141 is #C79EBE. Grayscale: #515151. Windows color (decimal): -13082303 or 4284728. OLE color: 4284728.

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

Color convert

RGB 56 97 65 -
CMYK 0.42 0 0.33 0.62
HSL 133.17º 0.27% 0.3% -
HSV(B) 133.17º 0.42% 0.38% -
XYZ 6.86 9.77 6.53 -
YUV 81.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 56 97 65 0.42 0 0.33 0.62 133.17 0.27 0.3
Hex 38 61 41 2A 0 21 3E 85 1B 1E
Octal 70 141 101 52 0 41 76 205 33 36
Binary 111000 1100001 1000001 101010 0 100001 111110 10000101 11011 11110

Color Harmonies of #386141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386141

Black with #386141

Text Example


Text Example

White with #386141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386141; }

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

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

background-color css

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

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

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

border-color css

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

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

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