Html Css Color HEX #375300 Verdun Green

📋 copy color: '#375300'

red 55 ◦ green 83 ◦ blue 0

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

Shades of Verdun Green #375300

Tints of Verdun Green #375300

RGB

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

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

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

R = 39.86%
G = 60.14%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#375300 (or 0x375300) is known color: Verdun Green. HEX triplet: 37, 53 and 00. RGB value is (55,83,0). Sum of RGB (Red+Green+Blue) = 55+83+0=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #375300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375300 is #C8ACFF. Grayscale: #414141. Windows color (decimal): -13151488 or 21303. OLE color: 21303.

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

Color convert

RGB 55 83 0 -
CMYK 0.34 0 1 0.67
HSL 80.24º 1% 0.16% -
HSV(B) 80.24º 1% 0.33% -
XYZ 4.67 7 1.1 -
YUV 65.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 55 83 0 0.34 0 1 0.67 80.24 1 0.16
Hex 37 53 0 22 0 64 43 50 64 10
Octal 67 123 0 42 0 144 103 120 144 20
Binary 110111 1010011 0 100010 0 1100100 1000011 1010000 1100100 10000

Color Harmonies of #375300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375300

Black with #375300

Text Example


Text Example

White with #375300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375300; }

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

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

background-color css

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

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

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

border-color css

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

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

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