Html Css Color HEX #386644 Hunter Green

📋 copy color: '#386644'

red 56 ◦ green 102 ◦ blue 68

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

Shades of Hunter Green #386644

Tints of Hunter Green #386644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

 BLUE value IS 68 (26.95% from 255) = 30.09%

R = 24.78%
G = 45.13%
B = 30.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#386644 (or 0x386644) is known color: Hunter Green. HEX triplet: 38, 66 and 44. RGB value is (56,102,68). Sum of RGB (Red+Green+Blue) = 56+102+68=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #386644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386644 is #C799BB. Grayscale: #545454. Windows color (decimal): -13081020 or 4482616. OLE color: 4482616.

HSL color Cylindrical-coordinate representation of color #386644: hue angle of 135.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386644 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 68 -
CMYK 0.45 0 0.33 0.6
HSL 135.65º 0.29% 0.31% -
HSV(B) 135.65º 0.45% 0.4% -
XYZ 7.43 10.76 7.15 -
YUV 84.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 56 102 68 0.45 0 0.33 0.6 135.65 0.29 0.31
Hex 38 66 44 2D 0 21 3C 88 1D 1F
Octal 70 146 104 55 0 41 74 210 35 37
Binary 111000 1100110 1000100 101101 0 100001 111100 10001000 11101 11111

Color Harmonies of #386644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386644

Black with #386644

Text Example


Text Example

White with #386644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386644; }

 p { color: rgb(56,102,68); }

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

background-color css

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

 a { background-color: rgb(56,102,68); }

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

border-color css

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

 span { border-color: rgb(56,102,68); }

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