Html Css Color HEX #386338 Hunter Green

📋 copy color: '#386338'

red 56 ◦ green 99 ◦ blue 56

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

Shades of Hunter Green #386338

Tints of Hunter Green #386338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 26.54%
G = 46.92%
B = 26.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#386338 (or 0x386338) is known color: Hunter Green. HEX triplet: 38, 63 and 38. RGB value is (56,99,56). Sum of RGB (Red+Green+Blue) = 56+99+56=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #386338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386338 is #C79CC7. Grayscale: #515151. Windows color (decimal): -13081800 or 3695416. OLE color: 3695416.

HSL color Cylindrical-coordinate representation of color #386338: hue angle of 120º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386338 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 56 -
CMYK 0.43 0 0.43 0.61
HSL 120º 0.28% 0.3% -
HSV(B) 120º 0.43% 0.39% -
XYZ 6.81 10.05 5.32 -
YUV 81.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 56 99 56 0.43 0 0.43 0.61 120 0.28 0.3
Hex 38 63 38 2B 0 2B 3D 78 1C 1E
Octal 70 143 70 53 0 53 75 170 34 36
Binary 111000 1100011 111000 101011 0 101011 111101 1111000 11100 11110

Color Harmonies of #386338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386338

Black with #386338

Text Example


Text Example

White with #386338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386338; }

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

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

background-color css

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

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

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

border-color css

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

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

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