Html Css Color HEX #375704 Verdun Green

📋 copy color: '#375704'

red 55 ◦ green 87 ◦ blue 4

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

Shades of Verdun Green #375704

Tints of Verdun Green #375704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 59.59%

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

R = 37.67%
G = 59.59%
B = 2.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#375704 (or 0x375704) is known color: Verdun Green. HEX triplet: 37, 57 and 04. RGB value is (55,87,4). Sum of RGB (Red+Green+Blue) = 55+87+4=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #375704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375704 is #C8A8FB. Grayscale: #444444. Windows color (decimal): -13150460 or 284471. OLE color: 284471.

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

Color convert

RGB 55 87 4 -
CMYK 0.37 0 0.95 0.66
HSL 83.13º 0.91% 0.18% -
HSV(B) 83.13º 0.95% 0.34% -
XYZ 5.01 7.64 1.33 -
YUV 67.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 55 87 4 0.37 0 0.95 0.66 83.13 0.91 0.18
Hex 37 57 4 25 0 5F 42 53 5B 12
Octal 67 127 4 45 0 137 102 123 133 22
Binary 110111 1010111 100 100101 0 1011111 1000010 1010011 1011011 10010

Color Harmonies of #375704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375704

Black with #375704

Text Example


Text Example

White with #375704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375704; }

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

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

background-color css

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

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

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

border-color css

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

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

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