Html Css Color HEX #375A14 Verdun Green

📋 copy color: '#375A14'

red 55 ◦ green 90 ◦ blue 20

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

Shades of Verdun Green #375A14

Tints of Verdun Green #375A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.55%

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 33.33%
G = 54.55%
B = 12.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#375A14 (or 0x375A14) is known color: Verdun Green. HEX triplet: 37, 5A and 14. RGB value is (55,90,20). Sum of RGB (Red+Green+Blue) = 55+90+20=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #375A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A14 is #C8A5EB. Grayscale: #474747. Windows color (decimal): -13149676 or 1333815. OLE color: 1333815.

HSL color Cylindrical-coordinate representation of color #375A14: hue angle of 90º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375A14 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 20 -
CMYK 0.39 0 0.78 0.65
HSL 90º 0.64% 0.22% -
HSV(B) 90º 0.78% 0.35% -
XYZ 5.36 8.18 1.96 -
YUV 71.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 55 90 20 0.39 0 0.78 0.65 90 0.64 0.22
Hex 37 5A 14 27 0 4E 41 5A 40 16
Octal 67 132 24 47 0 116 101 132 100 26
Binary 110111 1011010 10100 100111 0 1001110 1000001 1011010 1000000 10110

Color Harmonies of #375A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A14

Black with #375A14

Text Example


Text Example

White with #375A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A14; }

 p { color: rgb(55,90,20); }

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

background-color css

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

 a { background-color: rgb(55,90,20); }

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

border-color css

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

 span { border-color: rgb(55,90,20); }

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