Html Css Color HEX #375A10 Verdun Green

📋 copy color: '#375A10'

red 55 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #375A10

Tints of Verdun Green #375A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 34.16%
G = 55.9%
B = 9.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#375A10 (or 0x375A10) is known color: Verdun Green. HEX triplet: 37, 5A and 10. RGB value is (55,90,16). Sum of RGB (Red+Green+Blue) = 55+90+16=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #375A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A10 is #C8A5EF. Grayscale: #474747. Windows color (decimal): -13149680 or 1071671. OLE color: 1071671.

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

Color convert

RGB 55 90 16 -
CMYK 0.39 0 0.82 0.65
HSL 88.38º 0.7% 0.21% -
HSV(B) 88.38º 0.82% 0.35% -
XYZ 5.33 8.16 1.78 -
YUV 71.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 55 90 16 0.39 0 0.82 0.65 88.38 0.7 0.21
Hex 37 5A 10 27 0 52 41 58 46 15
Octal 67 132 20 47 0 122 101 130 106 25
Binary 110111 1011010 10000 100111 0 1010010 1000001 1011000 1000110 10101

Color Harmonies of #375A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A10

Black with #375A10

Text Example


Text Example

White with #375A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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