Html Css Color HEX #36530C Verdun Green

📋 copy color: '#36530C'

red 54 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #36530C

Tints of Verdun Green #36530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

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

R = 36.24%
G = 55.7%
B = 8.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#36530C (or 0x36530C) is known color: Verdun Green. HEX triplet: 36, 53 and 0C. RGB value is (54,83,12). Sum of RGB (Red+Green+Blue) = 54+83+12=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #36530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36530C is #C9ACF3. Grayscale: #424242. Windows color (decimal): -13217012 or 807734. OLE color: 807734.

HSL color Cylindrical-coordinate representation of color #36530C: hue angle of 84.51º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36530C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 12 -
CMYK 0.35 0 0.86 0.67
HSL 84.51º 0.75% 0.19% -
HSV(B) 84.51º 0.86% 0.33% -
XYZ 4.68 7 1.45 -
YUV 66.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 54 83 12 0.35 0 0.86 0.67 84.51 0.75 0.19
Hex 36 53 C 23 0 56 43 55 4B 13
Octal 66 123 14 43 0 126 103 125 113 23
Binary 110110 1010011 1100 100011 0 1010110 1000011 1010101 1001011 10011

Color Harmonies of #36530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36530C

Black with #36530C

Text Example


Text Example

White with #36530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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