Html Css Color HEX #386840 Hunter Green

📋 copy color: '#386840'

red 56 ◦ green 104 ◦ blue 64

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

Shades of Hunter Green #386840

Tints of Hunter Green #386840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 25%
G = 46.43%
B = 28.57%

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

#386840 (or 0x386840) is known color: Hunter Green. HEX triplet: 38, 68 and 40. RGB value is (56,104,64). Sum of RGB (Red+Green+Blue) = 56+104+64=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #386840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386840 is #C797BF. Grayscale: #555555. Windows color (decimal): -13080512 or 4220984. OLE color: 4220984.

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

Color convert

RGB 56 104 64 -
CMYK 0.46 0 0.38 0.59
HSL 130º 0.3% 0.31% -
HSV(B) 130º 0.46% 0.41% -
XYZ 7.51 11.11 6.6 -
YUV 85.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 56 104 64 0.46 0 0.38 0.59 130 0.3 0.31
Hex 38 68 40 2E 0 26 3B 82 1E 1F
Octal 70 150 100 56 0 46 73 202 36 37
Binary 111000 1101000 1000000 101110 0 100110 111011 10000010 11110 11111

Color Harmonies of #386840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386840

Black with #386840

Text Example


Text Example

White with #386840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386840; }

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

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

background-color css

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

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

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

border-color css

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

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

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