Html Css Color HEX #375103 Verdun Green

📋 copy color: '#375103'

red 55 ◦ green 81 ◦ blue 3

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

Shades of Verdun Green #375103

Tints of Verdun Green #375103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.27%

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 39.57%
G = 58.27%
B = 2.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#375103 (or 0x375103) is known color: Verdun Green. HEX triplet: 37, 51 and 03. RGB value is (55,81,3). Sum of RGB (Red+Green+Blue) = 55+81+3=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #375103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375103 is #C8AEFC. Grayscale: #404040. Windows color (decimal): -13151997 or 217399. OLE color: 217399.

HSL color Cylindrical-coordinate representation of color #375103: hue angle of 80º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #375103 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 3 -
CMYK 0.32 0 0.96 0.68
HSL 80º 0.93% 0.16% -
HSV(B) 80º 0.96% 0.32% -
XYZ 4.53 6.7 1.14 -
YUV 64.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 55 81 3 0.32 0 0.96 0.68 80 0.93 0.16
Hex 37 51 3 20 0 60 44 50 5D 10
Octal 67 121 3 40 0 140 104 120 135 20
Binary 110111 1010001 11 100000 0 1100000 1000100 1010000 1011101 10000

Color Harmonies of #375103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375103

Black with #375103

Text Example


Text Example

White with #375103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375103; }

 p { color: rgb(55,81,3); }

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

background-color css

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

 a { background-color: rgb(55,81,3); }

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

border-color css

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

 span { border-color: rgb(55,81,3); }

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