Html Css Color HEX #386202 Verdun Green

📋 copy color: '#386202'

red 56 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #386202

Tints of Verdun Green #386202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.82%

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 35.9%
G = 62.82%
B = 1.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#386202 (or 0x386202) is known color: Verdun Green. HEX triplet: 38, 62 and 02. RGB value is (56,98,2). Sum of RGB (Red+Green+Blue) = 56+98+2=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #386202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386202 is #C79DFD. Grayscale: #4A4A4A. Windows color (decimal): -13082110 or 156216. OLE color: 156216.

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

Color convert

RGB 56 98 2 -
CMYK 0.43 0 0.98 0.62
HSL 86.25º 0.96% 0.2% -
HSV(B) 86.25º 0.98% 0.38% -
XYZ 6.01 9.58 1.59 -
YUV 74.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 56 98 2 0.43 0 0.98 0.62 86.25 0.96 0.2
Hex 38 62 2 2B 0 62 3E 56 60 14
Octal 70 142 2 53 0 142 76 126 140 24
Binary 111000 1100010 10 101011 0 1100010 111110 1010110 1100000 10100

Color Harmonies of #386202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386202

Black with #386202

Text Example


Text Example

White with #386202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386202; }

 p { color: rgb(56,98,2); }

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

background-color css

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

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

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

border-color css

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

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

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