Html Css Color HEX #386841 Hunter Green

📋 copy color: '#386841'

red 56 ◦ green 104 ◦ blue 65

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

Shades of Hunter Green #386841

Tints of Hunter Green #386841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 24.89%
G = 46.22%
B = 28.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#386841 (or 0x386841) is known color: Hunter Green. HEX triplet: 38, 68 and 41. RGB value is (56,104,65). Sum of RGB (Red+Green+Blue) = 56+104+65=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #386841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386841 is #C797BE. Grayscale: #555555. Windows color (decimal): -13080511 or 4286520. OLE color: 4286520.

HSL color Cylindrical-coordinate representation of color #386841: hue angle of 131.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386841 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 65 -
CMYK 0.46 0 0.38 0.59
HSL 131.25º 0.3% 0.31% -
HSV(B) 131.25º 0.46% 0.41% -
XYZ 7.54 11.12 6.75 -
YUV 85.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 56 104 65 0.46 0 0.38 0.59 131.25 0.3 0.31
Hex 38 68 41 2E 0 26 3B 83 1E 1F
Octal 70 150 101 56 0 46 73 203 36 37
Binary 111000 1101000 1000001 101110 0 100110 111011 10000011 11110 11111

Color Harmonies of #386841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386841

Black with #386841

Text Example


Text Example

White with #386841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386841; }

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

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

background-color css

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

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

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

border-color css

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

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

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