Html Css Color HEX #375502 Verdun Green

📋 copy color: '#375502'

red 55 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #375502

Tints of Verdun Green #375502

RGB

 RED value IS 55 (21.88% from 255) = 38.73%

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

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

R = 38.73%
G = 59.86%
B = 1.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#375502 (or 0x375502) is known color: Verdun Green. HEX triplet: 37, 55 and 02. RGB value is (55,85,2). Sum of RGB (Red+Green+Blue) = 55+85+2=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #375502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375502 is #C8AAFD. Grayscale: #424242. Windows color (decimal): -13150974 or 152887. OLE color: 152887.

HSL color Cylindrical-coordinate representation of color #375502: hue angle of 81.69º 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 #375502 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 2 -
CMYK 0.35 0 0.98 0.67
HSL 81.69º 0.95% 0.17% -
HSV(B) 81.69º 0.98% 0.33% -
XYZ 4.84 7.31 1.21 -
YUV 66.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 55 85 2 0.35 0 0.98 0.67 81.69 0.95 0.17
Hex 37 55 2 23 0 62 43 52 5F 11
Octal 67 125 2 43 0 142 103 122 137 21
Binary 110111 1010101 10 100011 0 1100010 1000011 1010010 1011111 10001

Color Harmonies of #375502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375502

Black with #375502

Text Example


Text Example

White with #375502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375502; }

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

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

background-color css

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

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

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

border-color css

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

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

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