Html Css Color HEX #376705 Verdun Green

📋 copy color: '#376705'

red 55 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #376705

Tints of Verdun Green #376705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.19%

 BLUE value IS 5 (2.34% from 255) = 3.07%

R = 33.74%
G = 63.19%
B = 3.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#376705 (or 0x376705) is known color: Verdun Green. HEX triplet: 37, 67 and 05. RGB value is (55,103,5). Sum of RGB (Red+Green+Blue) = 55+103+5=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #376705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376705 is #C898FA. Grayscale: #4D4D4D. Windows color (decimal): -13146363 or 354103. OLE color: 354103.

HSL color Cylindrical-coordinate representation of color #376705: hue angle of 89.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #376705 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 103 5 -
CMYK 0.47 0 0.95 0.60
HSL 89.39º 0.91% 0.21% -
HSV(B) 89.39º 0.95% 0.4% -
XYZ 6.45 10.52 1.83 -
YUV 77.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 55 103 5 0.47 0 0.95 0.60 89.39 0.91 0.21
Hex 37 67 5 2F 0 5F 3C 59 5B 15
Octal 67 147 5 57 0 137 74 131 133 25
Binary 110111 1100111 101 101111 0 1011111 111100 1011001 1011011 10101

Color Harmonies of #376705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376705

Black with #376705

Text Example


Text Example

White with #376705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376705; }

 p { color: rgb(55,103,5); }

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

background-color css

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

 a { background-color: rgb(55,103,5); }

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

border-color css

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

 span { border-color: rgb(55,103,5); }

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