Html Css Color HEX #375802 Verdun Green

📋 copy color: '#375802'

red 55 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #375802

Tints of Verdun Green #375802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 60.69%

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

R = 37.93%
G = 60.69%
B = 1.38%

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

#375802 (or 0x375802) is known color: Verdun Green. HEX triplet: 37, 58 and 02. RGB value is (55,88,2). Sum of RGB (Red+Green+Blue) = 55+88+2=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #375802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375802 is #C8A7FD. Grayscale: #444444. Windows color (decimal): -13150206 or 153655. OLE color: 153655.

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

Color convert

RGB 55 88 2 -
CMYK 0.38 0 0.98 0.65
HSL 83.02º 0.96% 0.18% -
HSV(B) 83.02º 0.98% 0.35% -
XYZ 5.08 7.8 1.29 -
YUV 68.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 55 88 2 0.38 0 0.98 0.65 83.02 0.96 0.18
Hex 37 58 2 26 0 62 41 53 60 12
Octal 67 130 2 46 0 142 101 123 140 22
Binary 110111 1011000 10 100110 0 1100010 1000001 1010011 1100000 10010

Color Harmonies of #375802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375802

Black with #375802

Text Example


Text Example

White with #375802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375802; }

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

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

background-color css

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

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

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

border-color css

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

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

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