Html Css Color HEX #375902 Verdun Green

📋 copy color: '#375902'

red 55 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #375902

Tints of Verdun Green #375902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.96%

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

R = 37.67%
G = 60.96%
B = 1.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#375902 (or 0x375902) is known color: Verdun Green. HEX triplet: 37, 59 and 02. RGB value is (55,89,2). Sum of RGB (Red+Green+Blue) = 55+89+2=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #375902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375902 is #C8A6FD. Grayscale: #454545. Windows color (decimal): -13149950 or 153911. OLE color: 153911.

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

Color convert

RGB 55 89 2 -
CMYK 0.38 0 0.98 0.65
HSL 83.45º 0.96% 0.18% -
HSV(B) 83.45º 0.98% 0.35% -
XYZ 5.16 7.96 1.32 -
YUV 68.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 55 89 2 0.38 0 0.98 0.65 83.45 0.96 0.18
Hex 37 59 2 26 0 62 41 53 60 12
Octal 67 131 2 46 0 142 101 123 140 22
Binary 110111 1011001 10 100110 0 1100010 1000001 1010011 1100000 10010

Color Harmonies of #375902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375902

Black with #375902

Text Example


Text Example

White with #375902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375902; }

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

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

background-color css

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

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

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

border-color css

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

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

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