Html Css Color HEX #386005 Verdun Green

📋 copy color: '#386005'

red 56 ◦ green 96 ◦ blue 5

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

Shades of Verdun Green #386005

Tints of Verdun Green #386005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 35.67%
G = 61.15%
B = 3.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#386005 (or 0x386005) is known color: Verdun Green. HEX triplet: 38, 60 and 05. RGB value is (56,96,5). Sum of RGB (Red+Green+Blue) = 56+96+5=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #386005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386005 is #C79FFA. Grayscale: #494949. Windows color (decimal): -13082619 or 352312. OLE color: 352312.

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

Color convert

RGB 56 96 5 -
CMYK 0.42 0 0.95 0.62
HSL 86.37º 0.9% 0.2% -
HSV(B) 86.37º 0.95% 0.38% -
XYZ 5.84 9.22 1.61 -
YUV 73.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 56 96 5 0.42 0 0.95 0.62 86.37 0.9 0.2
Hex 38 60 5 2A 0 5F 3E 56 5A 14
Octal 70 140 5 52 0 137 76 126 132 24
Binary 111000 1100000 101 101010 0 1011111 111110 1010110 1011010 10100

Color Harmonies of #386005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386005

Black with #386005

Text Example


Text Example

White with #386005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386005; }

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

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

background-color css

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

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

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

border-color css

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

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

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