Html Css Color HEX #36630D Verdun Green

📋 copy color: '#36630D'

red 54 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #36630D

Tints of Verdun Green #36630D

RGB

 RED value IS 54 (21.48% from 255) = 32.53%

 GREEN value IS 99 (39.06% from 255) = 59.64%

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 32.53%
G = 59.64%
B = 7.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#36630D (or 0x36630D) is known color: Verdun Green. HEX triplet: 36, 63 and 0D. RGB value is (54,99,13). Sum of RGB (Red+Green+Blue) = 54+99+13=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #36630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36630D is #C99CF2. Grayscale: #4C4C4C. Windows color (decimal): -13212915 or 877366. OLE color: 877366.

HSL color Cylindrical-coordinate representation of color #36630D: hue angle of 91.4º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36630D is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 13 -
CMYK 0.45 0 0.87 0.61
HSL 91.4º 0.77% 0.22% -
HSV(B) 91.4º 0.87% 0.39% -
XYZ 6.06 9.74 1.94 -
YUV 75.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 54 99 13 0.45 0 0.87 0.61 91.4 0.77 0.22
Hex 36 63 D 2D 0 57 3D 5B 4D 16
Octal 66 143 15 55 0 127 75 133 115 26
Binary 110110 1100011 1101 101101 0 1010111 111101 1011011 1001101 10110

Color Harmonies of #36630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36630D

Black with #36630D

Text Example


Text Example

White with #36630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36630D; }

 p { color: rgb(54,99,13); }

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

background-color css

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

 a { background-color: rgb(54,99,13); }

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

border-color css

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

 span { border-color: rgb(54,99,13); }

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