Html Css Color HEX #375507 Verdun Green

📋 copy color: '#375507'

red 55 ◦ green 85 ◦ blue 7

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

Shades of Verdun Green #375507

Tints of Verdun Green #375507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.82%

 BLUE value IS 7 (3.13% from 255) = 4.76%

R = 37.41%
G = 57.82%
B = 4.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#375507 (or 0x375507) is known color: Verdun Green. HEX triplet: 37, 55 and 07. RGB value is (55,85,7). Sum of RGB (Red+Green+Blue) = 55+85+7=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #375507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375507 is #C8AAF8. Grayscale: #434343. Windows color (decimal): -13150969 or 480567. OLE color: 480567.

HSL color Cylindrical-coordinate representation of color #375507: hue angle of 83.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #375507 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 7 -
CMYK 0.35 0 0.92 0.67
HSL 83.08º 0.85% 0.18% -
HSV(B) 83.08º 0.92% 0.33% -
XYZ 4.86 7.32 1.36 -
YUV 67.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 55 85 7 0.35 0 0.92 0.67 83.08 0.85 0.18
Hex 37 55 7 23 0 5C 43 53 55 12
Octal 67 125 7 43 0 134 103 123 125 22
Binary 110111 1010101 111 100011 0 1011100 1000011 1010011 1010101 10010

Color Harmonies of #375507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375507

Black with #375507

Text Example


Text Example

White with #375507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375507; }

 p { color: rgb(55,85,7); }

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

background-color css

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

 a { background-color: rgb(55,85,7); }

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

border-color css

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

 span { border-color: rgb(55,85,7); }

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