Html Css Color HEX #386638 Hunter Green

📋 copy color: '#386638'

red 56 ◦ green 102 ◦ blue 56

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

Shades of Hunter Green #386638

Tints of Hunter Green #386638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 26.17%
G = 47.66%
B = 26.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#386638 (or 0x386638) is known color: Hunter Green. HEX triplet: 38, 66 and 38. RGB value is (56,102,56). Sum of RGB (Red+Green+Blue) = 56+102+56=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #386638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386638 is #C799C7. Grayscale: #535353. Windows color (decimal): -13081032 or 3696184. OLE color: 3696184.

HSL color Cylindrical-coordinate representation of color #386638: hue angle of 120º 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 #386638 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 56 -
CMYK 0.45 0 0.45 0.6
HSL 120º 0.29% 0.31% -
HSV(B) 120º 0.45% 0.4% -
XYZ 7.1 10.63 5.42 -
YUV 83 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 56 102 56 0.45 0 0.45 0.6 120 0.29 0.31
Hex 38 66 38 2D 0 2D 3C 78 1D 1F
Octal 70 146 70 55 0 55 74 170 35 37
Binary 111000 1100110 111000 101101 0 101101 111100 1111000 11101 11111

Color Harmonies of #386638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386638

Black with #386638

Text Example


Text Example

White with #386638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386638; }

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

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

background-color css

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

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

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

border-color css

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

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

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