Html Css Color HEX #386804 Verdun Green

📋 copy color: '#386804'

red 56 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #386804

Tints of Verdun Green #386804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 63.41%

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 34.15%
G = 63.41%
B = 2.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#386804 (or 0x386804) is known color: Verdun Green. HEX triplet: 38, 68 and 04. RGB value is (56,104,4). Sum of RGB (Red+Green+Blue) = 56+104+4=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #386804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386804 is #C797FB. Grayscale: #4E4E4E. Windows color (decimal): -13080572 or 288824. OLE color: 288824.

HSL color Cylindrical-coordinate representation of color #386804: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #386804 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 4 -
CMYK 0.46 0 0.96 0.59
HSL 88.8º 0.93% 0.21% -
HSV(B) 88.8º 0.96% 0.41% -
XYZ 6.6 10.75 1.84 -
YUV 78.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 56 104 4 0.46 0 0.96 0.59 88.8 0.93 0.21
Hex 38 68 4 2E 0 60 3B 59 5D 15
Octal 70 150 4 56 0 140 73 131 135 25
Binary 111000 1101000 100 101110 0 1100000 111011 1011001 1011101 10101

Color Harmonies of #386804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386804

Black with #386804

Text Example


Text Example

White with #386804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386804; }

 p { color: rgb(56,104,4); }

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

background-color css

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

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

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

border-color css

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

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

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