Html Css Color HEX #375202 Verdun Green

📋 copy color: '#375202'

red 55 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #375202

Tints of Verdun Green #375202

RGB

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

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

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

R = 39.57%
G = 58.99%
B = 1.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#375202 (or 0x375202) is known color: Verdun Green. HEX triplet: 37, 52 and 02. RGB value is (55,82,2). Sum of RGB (Red+Green+Blue) = 55+82+2=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #375202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375202 is #C8ADFD. Grayscale: #414141. Windows color (decimal): -13151742 or 152119. OLE color: 152119.

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

Color convert

RGB 55 82 2 -
CMYK 0.33 0 0.98 0.68
HSL 80.25º 0.95% 0.16% -
HSV(B) 80.25º 0.98% 0.32% -
XYZ 4.6 6.85 1.14 -
YUV 64.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 55 82 2 0.33 0 0.98 0.68 80.25 0.95 0.16
Hex 37 52 2 21 0 62 44 50 5F 10
Octal 67 122 2 41 0 142 104 120 137 20
Binary 110111 1010010 10 100001 0 1100010 1000100 1010000 1011111 10000

Color Harmonies of #375202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375202

Black with #375202

Text Example


Text Example

White with #375202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375202; }

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

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

background-color css

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

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

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

border-color css

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

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

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