Html Css Color HEX #36630C Verdun Green

📋 copy color: '#36630C'

red 54 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #36630C

Tints of Verdun Green #36630C

RGB

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

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

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

R = 32.73%
G = 60%
B = 7.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#36630C (or 0x36630C) is known color: Verdun Green. HEX triplet: 36, 63 and 0C. RGB value is (54,99,12). Sum of RGB (Red+Green+Blue) = 54+99+12=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #36630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36630C is #C99CF3. Grayscale: #4B4B4B. Windows color (decimal): -13212916 or 811830. OLE color: 811830.

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

Color convert

RGB 54 99 12 -
CMYK 0.45 0 0.88 0.61
HSL 91.03º 0.78% 0.22% -
HSV(B) 91.03º 0.88% 0.39% -
XYZ 6.05 9.73 1.91 -
YUV 75.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 54 99 12 0.45 0 0.88 0.61 91.03 0.78 0.22
Hex 36 63 C 2D 0 58 3D 5B 4E 16
Octal 66 143 14 55 0 130 75 133 116 26
Binary 110110 1100011 1100 101101 0 1011000 111101 1011011 1001110 10110

Color Harmonies of #36630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36630C

Black with #36630C

Text Example


Text Example

White with #36630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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