Html Css Color HEX #37650C Verdun Green

📋 copy color: '#37650C'

red 55 ◦ green 101 ◦ blue 12

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

Shades of Verdun Green #37650C

Tints of Verdun Green #37650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.12%

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 32.74%
G = 60.12%
B = 7.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#37650C (or 0x37650C) is known color: Verdun Green. HEX triplet: 37, 65 and 0C. RGB value is (55,101,12). Sum of RGB (Red+Green+Blue) = 55+101+12=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #37650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37650C is #C89AF3. Grayscale: #4D4D4D. Windows color (decimal): -13146868 or 812343. OLE color: 812343.

HSL color Cylindrical-coordinate representation of color #37650C: hue angle of 91.01º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37650C is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 101 12 -
CMYK 0.46 0 0.88 0.60
HSL 91.01º 0.79% 0.22% -
HSV(B) 91.01º 0.88% 0.4% -
XYZ 6.3 10.15 1.97 -
YUV 77.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 55 101 12 0.46 0 0.88 0.60 91.01 0.79 0.22
Hex 37 65 C 2E 0 58 3C 5B 4F 16
Octal 67 145 14 56 0 130 74 133 117 26
Binary 110111 1100101 1100 101110 0 1011000 111100 1011011 1001111 10110

Color Harmonies of #37650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37650C

Black with #37650C

Text Example


Text Example

White with #37650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37650C; }

 p { color: rgb(55,101,12); }

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

background-color css

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

 a { background-color: rgb(55,101,12); }

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

border-color css

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

 span { border-color: rgb(55,101,12); }

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