Html Css Color HEX #385602 Verdun Green

📋 copy color: '#385602'

red 56 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #385602

Tints of Verdun Green #385602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 59.72%

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

R = 38.89%
G = 59.72%
B = 1.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#385602 (or 0x385602) is known color: Verdun Green. HEX triplet: 38, 56 and 02. RGB value is (56,86,2). Sum of RGB (Red+Green+Blue) = 56+86+2=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #385602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385602 is #C7A9FD. Grayscale: #434343. Windows color (decimal): -13085182 or 153144. OLE color: 153144.

HSL color Cylindrical-coordinate representation of color #385602: hue angle of 81.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #385602 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 2 -
CMYK 0.35 0 0.98 0.66
HSL 81.43º 0.95% 0.17% -
HSV(B) 81.43º 0.98% 0.34% -
XYZ 4.97 7.5 1.24 -
YUV 67.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 56 86 2 0.35 0 0.98 0.66 81.43 0.95 0.17
Hex 38 56 2 23 0 62 42 51 5F 11
Octal 70 126 2 43 0 142 102 121 137 21
Binary 111000 1010110 10 100011 0 1100010 1000010 1010001 1011111 10001

Color Harmonies of #385602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385602

Black with #385602

Text Example


Text Example

White with #385602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385602; }

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

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

background-color css

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

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

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

border-color css

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

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

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