Html Css Color HEX #375A0F Verdun Green

📋 copy color: '#375A0F'

red 55 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #375A0F

Tints of Verdun Green #375A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 34.38%
G = 56.25%
B = 9.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#375A0F (or 0x375A0F) is known color: Verdun Green. HEX triplet: 37, 5A and 0F. RGB value is (55,90,15). Sum of RGB (Red+Green+Blue) = 55+90+15=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #375A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A0F is #C8A5F0. Grayscale: #474747. Windows color (decimal): -13149681 or 1006135. OLE color: 1006135.

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

Color convert

RGB 55 90 15 -
CMYK 0.39 0 0.83 0.65
HSL 88º 0.71% 0.21% -
HSV(B) 88º 0.83% 0.35% -
XYZ 5.32 8.16 1.75 -
YUV 70.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 55 90 15 0.39 0 0.83 0.65 88 0.71 0.21
Hex 37 5A F 27 0 53 41 58 47 15
Octal 67 132 17 47 0 123 101 130 107 25
Binary 110111 1011010 1111 100111 0 1010011 1000001 1011000 1000111 10101

Color Harmonies of #375A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A0F

Black with #375A0F

Text Example


Text Example

White with #375A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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