Html Css Color HEX #375304 Verdun Green

📋 copy color: '#375304'

red 55 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #375304

Tints of Verdun Green #375304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.45%

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

R = 38.73%
G = 58.45%
B = 2.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#375304 (or 0x375304) is known color: Verdun Green. HEX triplet: 37, 53 and 04. RGB value is (55,83,4). Sum of RGB (Red+Green+Blue) = 55+83+4=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #375304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375304 is #C8ACFB. Grayscale: #414141. Windows color (decimal): -13151484 or 283447. OLE color: 283447.

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

Color convert

RGB 55 83 4 -
CMYK 0.34 0 0.95 0.67
HSL 81.27º 0.91% 0.17% -
HSV(B) 81.27º 0.95% 0.33% -
XYZ 4.69 7.01 1.22 -
YUV 65.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 55 83 4 0.34 0 0.95 0.67 81.27 0.91 0.17
Hex 37 53 4 22 0 5F 43 51 5B 11
Octal 67 123 4 42 0 137 103 121 133 21
Binary 110111 1010011 100 100010 0 1011111 1000011 1010001 1011011 10001

Color Harmonies of #375304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375304

Black with #375304

Text Example


Text Example

White with #375304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375304; }

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

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

background-color css

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

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

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

border-color css

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

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

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