Html Css Color HEX #385502 Verdun Green

📋 copy color: '#385502'

red 56 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #385502

Tints of Verdun Green #385502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.44%

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

R = 39.16%
G = 59.44%
B = 1.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#385502 (or 0x385502) is known color: Verdun Green. HEX triplet: 38, 55 and 02. RGB value is (56,85,2). Sum of RGB (Red+Green+Blue) = 56+85+2=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #385502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385502 is #C7AAFD. Grayscale: #434343. Windows color (decimal): -13085438 or 152888. OLE color: 152888.

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

Color convert

RGB 56 85 2 -
CMYK 0.34 0 0.98 0.67
HSL 80.96º 0.95% 0.17% -
HSV(B) 80.96º 0.98% 0.33% -
XYZ 4.89 7.34 1.22 -
YUV 66.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 56 85 2 0.34 0 0.98 0.67 80.96 0.95 0.17
Hex 38 55 2 22 0 62 43 51 5F 11
Octal 70 125 2 42 0 142 103 121 137 21
Binary 111000 1010101 10 100010 0 1100010 1000011 1010001 1011111 10001

Color Harmonies of #385502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385502

Black with #385502

Text Example


Text Example

White with #385502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385502; }

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

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

background-color css

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

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

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

border-color css

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

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

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