Html Css Color HEX #375204 Verdun Green

📋 copy color: '#375204'

red 55 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #375204

Tints of Verdun Green #375204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 39.01%
G = 58.16%
B = 2.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#375204 (or 0x375204) is known color: Verdun Green. HEX triplet: 37, 52 and 04. RGB value is (55,82,4). Sum of RGB (Red+Green+Blue) = 55+82+4=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #375204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375204 is #C8ADFB. Grayscale: #414141. Windows color (decimal): -13151740 or 283191. OLE color: 283191.

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

Color convert

RGB 55 82 4 -
CMYK 0.33 0 0.95 0.68
HSL 80.77º 0.91% 0.17% -
HSV(B) 80.77º 0.95% 0.32% -
XYZ 4.61 6.86 1.19 -
YUV 65.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 55 82 4 0.33 0 0.95 0.68 80.77 0.91 0.17
Hex 37 52 4 21 0 5F 44 51 5B 11
Octal 67 122 4 41 0 137 104 121 133 21
Binary 110111 1010010 100 100001 0 1011111 1000100 1010001 1011011 10001

Color Harmonies of #375204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375204

Black with #375204

Text Example


Text Example

White with #375204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375204; }

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

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

background-color css

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

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

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

border-color css

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

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

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