Html Css Color HEX #534B01 Verdun Green

📋 copy color: '#534B01'

red 83 ◦ green 75 ◦ blue 1

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

Shades of Verdun Green #534B01

Tints of Verdun Green #534B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 52.2%
G = 47.17%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534B01 (or 0x534B01) is known color: Verdun Green. HEX triplet: 53, 4B and 01. RGB value is (83,75,1). Sum of RGB (Red+Green+Blue) = 83+75+1=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B01 is #ACB4FE. Grayscale: #454545. Windows color (decimal): -11318527 or 84819. OLE color: 84819.

HSL color Cylindrical-coordinate representation of color #534B01: hue angle of 54.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534B01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 1 -
CMYK 0 0.10 0.99 0.67
HSL 54.15º 0.98% 0.16% -
HSV(B) 54.15º 0.99% 0.33% -
XYZ 6.09 6.87 1.03 -
YUV 68.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 83 75 1 0 0.10 0.99 0.67 54.15 0.98 0.16
Hex 53 4B 1 0 A 63 43 36 62 10
Octal 123 113 1 0 12 143 103 66 142 20
Binary 1010011 1001011 1 0 1010 1100011 1000011 110110 1100010 10000

Color Harmonies of #534B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B01

Black with #534B01

Text Example


Text Example

White with #534B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B01; }

 p { color: rgb(83,75,1); }

 H1.HeaderClassName
 {
   color: #534B01;
 }
 .AnyTagClassName
 {
   color: #534B01;
 }
</style>

background-color css

<style>
 a { background-color: #534B01; }

 a { background-color: rgb(83,75,1); }

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

border-color css

<style>
 span { border-color: #534B01; }

 span { border-color: rgb(83,75,1); }

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