Html Css Color HEX #535C0D Verdun Green

📋 copy color: '#535C0D'

red 83 ◦ green 92 ◦ blue 13

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

Shades of Verdun Green #535C0D

Tints of Verdun Green #535C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.94%

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

R = 44.15%
G = 48.94%
B = 6.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#535C0D (or 0x535C0D) is known color: Verdun Green. HEX triplet: 53, 5C and 0D. RGB value is (83,92,13). Sum of RGB (Red+Green+Blue) = 83+92+13=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #535C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535C0D is #ACA3F2. Grayscale: #505050. Windows color (decimal): -11314163 or 875603. OLE color: 875603.

HSL color Cylindrical-coordinate representation of color #535C0D: hue angle of 66.84º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #535C0D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 13 -
CMYK 0.10 0 0.86 0.64
HSL 66.84º 0.75% 0.21% -
HSV(B) 66.84º 0.86% 0.36% -
XYZ 7.47 9.52 1.83 -
YUV 80.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 83 92 13 0.10 0 0.86 0.64 66.84 0.75 0.21
Hex 53 5C D A 0 56 40 43 4B 15
Octal 123 134 15 12 0 126 100 103 113 25
Binary 1010011 1011100 1101 1010 0 1010110 1000000 1000011 1001011 10101

Color Harmonies of #535C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C0D

Black with #535C0D

Text Example


Text Example

White with #535C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,13); }

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

background-color css

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

 a { background-color: rgb(83,92,13); }

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

border-color css

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

 span { border-color: rgb(83,92,13); }

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