Html Css Color HEX #375500 Verdun Green

📋 copy color: '#375500'

red 55 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #375500

Tints of Verdun Green #375500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.29%
G = 60.71%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#375500 (or 0x375500) is known color: Verdun Green. HEX triplet: 37, 55 and 00. RGB value is (55,85,0). Sum of RGB (Red+Green+Blue) = 55+85+0=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #375500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375500 is #C8AAFF. Grayscale: #424242. Windows color (decimal): -13150976 or 21815. OLE color: 21815.

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

Color convert

RGB 55 85 0 -
CMYK 0.35 0 1 0.67
HSL 81.18º 1% 0.17% -
HSV(B) 81.18º 1% 0.33% -
XYZ 4.82 7.31 1.16 -
YUV 66.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 55 85 0 0.35 0 1 0.67 81.18 1 0.17
Hex 37 55 0 23 0 64 43 51 64 11
Octal 67 125 0 43 0 144 103 121 144 21
Binary 110111 1010101 0 100011 0 1100100 1000011 1010001 1100100 10001

Color Harmonies of #375500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375500

Black with #375500

Text Example


Text Example

White with #375500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375500; }

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

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

background-color css

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

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

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

border-color css

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

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

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