Html Css Color HEX #535D12 Verdun Green

📋 copy color: '#535D12'

red 83 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #535D12

Tints of Verdun Green #535D12

RGB

 RED value IS 83 (32.81% from 255) = 42.78%

 GREEN value IS 93 (36.72% from 255) = 47.94%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 42.78%
G = 47.94%
B = 9.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#535D12 (or 0x535D12) is known color: Verdun Green. HEX triplet: 53, 5D and 12. RGB value is (83,93,18). Sum of RGB (Red+Green+Blue) = 83+93+18=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #535D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D12 is #ACA2ED. Grayscale: #515151. Windows color (decimal): -11313902 or 1203539. OLE color: 1203539.

HSL color Cylindrical-coordinate representation of color #535D12: hue angle of 68º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535D12 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 18 -
CMYK 0.11 0 0.81 0.64
HSL 68º 0.68% 0.22% -
HSV(B) 68º 0.81% 0.36% -
XYZ 7.59 9.71 2.05 -
YUV 81.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 83 93 18 0.11 0 0.81 0.64 68 0.68 0.22
Hex 53 5D 12 B 0 51 40 44 44 16
Octal 123 135 22 13 0 121 100 104 104 26
Binary 1010011 1011101 10010 1011 0 1010001 1000000 1000100 1000100 10110

Color Harmonies of #535D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D12

Black with #535D12

Text Example


Text Example

White with #535D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D12; }

 p { color: rgb(83,93,18); }

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

background-color css

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

 a { background-color: rgb(83,93,18); }

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

border-color css

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

 span { border-color: rgb(83,93,18); }

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