Html Css Color HEX #386843 Hunter Green

📋 copy color: '#386843'

red 56 ◦ green 104 ◦ blue 67

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

Shades of Hunter Green #386843

Tints of Hunter Green #386843

RGB

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

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

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

R = 24.67%
G = 45.81%
B = 29.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#386843 (or 0x386843) is known color: Hunter Green. HEX triplet: 38, 68 and 43. RGB value is (56,104,67). Sum of RGB (Red+Green+Blue) = 56+104+67=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #386843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386843 is #C797BC. Grayscale: #555555. Windows color (decimal): -13080509 or 4417592. OLE color: 4417592.

HSL color Cylindrical-coordinate representation of color #386843: hue angle of 133.75º 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 #386843 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 67 -
CMYK 0.46 0 0.36 0.59
HSL 133.75º 0.3% 0.31% -
HSV(B) 133.75º 0.46% 0.41% -
XYZ 7.59 11.15 7.06 -
YUV 85.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 56 104 67 0.46 0 0.36 0.59 133.75 0.3 0.31
Hex 38 68 43 2E 0 24 3B 86 1E 1F
Octal 70 150 103 56 0 44 73 206 36 37
Binary 111000 1101000 1000011 101110 0 100100 111011 10000110 11110 11111

Color Harmonies of #386843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386843

Black with #386843

Text Example


Text Example

White with #386843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386843; }

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

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

background-color css

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

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

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

border-color css

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

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

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