Html Css Color HEX #386011 Verdun Green

📋 copy color: '#386011'

red 56 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #386011

Tints of Verdun Green #386011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.8%

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 33.14%
G = 56.8%
B = 10.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#386011 (or 0x386011) is known color: Verdun Green. HEX triplet: 38, 60 and 11. RGB value is (56,96,17). Sum of RGB (Red+Green+Blue) = 56+96+17=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #386011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386011 is #C79FEE. Grayscale: #4B4B4B. Windows color (decimal): -13082607 or 1138744. OLE color: 1138744.

HSL color Cylindrical-coordinate representation of color #386011: hue angle of 90.38º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #386011 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 17 -
CMYK 0.42 0 0.82 0.62
HSL 90.38º 0.7% 0.22% -
HSV(B) 90.38º 0.82% 0.38% -
XYZ 5.91 9.25 2 -
YUV 75.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 56 96 17 0.42 0 0.82 0.62 90.38 0.7 0.22
Hex 38 60 11 2A 0 52 3E 5A 46 16
Octal 70 140 21 52 0 122 76 132 106 26
Binary 111000 1100000 10001 101010 0 1010010 111110 1011010 1000110 10110

Color Harmonies of #386011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386011

Black with #386011

Text Example


Text Example

White with #386011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386011; }

 p { color: rgb(56,96,17); }

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

background-color css

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

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

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

border-color css

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

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

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