Html Css Color HEX #375402 Verdun Green

📋 copy color: '#375402'

red 55 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #375402

Tints of Verdun Green #375402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.57%

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

R = 39.01%
G = 59.57%
B = 1.42%

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

#375402 (or 0x375402) is known color: Verdun Green. HEX triplet: 37, 54 and 02. RGB value is (55,84,2). Sum of RGB (Red+Green+Blue) = 55+84+2=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #375402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375402 is #C8ABFD. Grayscale: #424242. Windows color (decimal): -13151230 or 152631. OLE color: 152631.

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

Color convert

RGB 55 84 2 -
CMYK 0.35 0 0.98 0.67
HSL 81.22º 0.95% 0.17% -
HSV(B) 81.22º 0.98% 0.33% -
XYZ 4.76 7.16 1.19 -
YUV 65.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 55 84 2 0.35 0 0.98 0.67 81.22 0.95 0.17
Hex 37 54 2 23 0 62 43 51 5F 11
Octal 67 124 2 43 0 142 103 121 137 21
Binary 110111 1010100 10 100011 0 1100010 1000011 1010001 1011111 10001

Color Harmonies of #375402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375402

Black with #375402

Text Example


Text Example

White with #375402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375402; }

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

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

background-color css

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

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

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

border-color css

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

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

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