Html Css Color HEX #535A0F Verdun Green

📋 copy color: '#535A0F'

red 83 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #535A0F

Tints of Verdun Green #535A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 44.15%
G = 47.87%
B = 7.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#535A0F (or 0x535A0F) is known color: Verdun Green. HEX triplet: 53, 5A and 0F. RGB value is (83,90,15). Sum of RGB (Red+Green+Blue) = 83+90+15=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #535A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A0F is #ACA5F0. Grayscale: #4F4F4F. Windows color (decimal): -11314673 or 1006163. OLE color: 1006163.

HSL color Cylindrical-coordinate representation of color #535A0F: hue angle of 65.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #535A0F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 15 -
CMYK 0.08 0 0.83 0.65
HSL 65.6º 0.71% 0.21% -
HSV(B) 65.6º 0.83% 0.35% -
XYZ 7.31 9.19 1.84 -
YUV 79.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 83 90 15 0.08 0 0.83 0.65 65.6 0.71 0.21
Hex 53 5A F 8 0 53 41 42 47 15
Octal 123 132 17 10 0 123 101 102 107 25
Binary 1010011 1011010 1111 1000 0 1010011 1000001 1000010 1000111 10101

Color Harmonies of #535A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A0F

Black with #535A0F

Text Example


Text Example

White with #535A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,15); }

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

background-color css

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

 a { background-color: rgb(83,90,15); }

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

border-color css

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

 span { border-color: rgb(83,90,15); }

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