Html Css Color HEX #375203 Verdun Green

📋 copy color: '#375203'

red 55 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #375203

Tints of Verdun Green #375203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.57%

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 39.29%
G = 58.57%
B = 2.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#375203 (or 0x375203) is known color: Verdun Green. HEX triplet: 37, 52 and 03. RGB value is (55,82,3). Sum of RGB (Red+Green+Blue) = 55+82+3=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #375203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375203 is #C8ADFC. Grayscale: #414141. Windows color (decimal): -13151741 or 217655. OLE color: 217655.

HSL color Cylindrical-coordinate representation of color #375203: hue angle of 80.51º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #375203 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 3 -
CMYK 0.33 0 0.96 0.68
HSL 80.51º 0.93% 0.17% -
HSV(B) 80.51º 0.96% 0.32% -
XYZ 4.61 6.85 1.17 -
YUV 64.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 55 82 3 0.33 0 0.96 0.68 80.51 0.93 0.17
Hex 37 52 3 21 0 60 44 51 5D 11
Octal 67 122 3 41 0 140 104 121 135 21
Binary 110111 1010010 11 100001 0 1100000 1000100 1010001 1011101 10001

Color Harmonies of #375203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375203

Black with #375203

Text Example


Text Example

White with #375203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375203; }

 p { color: rgb(55,82,3); }

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

background-color css

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

 a { background-color: rgb(55,82,3); }

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

border-color css

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

 span { border-color: rgb(55,82,3); }

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