Html Css Color HEX #535A08 Verdun Green

📋 copy color: '#535A08'

red 83 ◦ green 90 ◦ blue 8

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

Shades of Verdun Green #535A08

Tints of Verdun Green #535A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 45.86%
G = 49.72%
B = 4.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#535A08 (or 0x535A08) is known color: Verdun Green. HEX triplet: 53, 5A and 08. RGB value is (83,90,8). Sum of RGB (Red+Green+Blue) = 83+90+8=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #535A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A08 is #ACA5F7. Grayscale: #4E4E4E. Windows color (decimal): -11314680 or 547411. OLE color: 547411.

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

Color convert

RGB 83 90 8 -
CMYK 0.08 0 0.91 0.65
HSL 65.12º 0.84% 0.19% -
HSV(B) 65.12º 0.91% 0.35% -
XYZ 7.27 9.17 1.62 -
YUV 78.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 83 90 8 0.08 0 0.91 0.65 65.12 0.84 0.19
Hex 53 5A 8 8 0 5B 41 41 54 13
Octal 123 132 10 10 0 133 101 101 124 23
Binary 1010011 1011010 1000 1000 0 1011011 1000001 1000001 1010100 10011

Color Harmonies of #535A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A08

Black with #535A08

Text Example


Text Example

White with #535A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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