Html Css Color HEX #534C02 Verdun Green

📋 copy color: '#534C02'

red 83 ◦ green 76 ◦ blue 2

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

Shades of Verdun Green #534C02

Tints of Verdun Green #534C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 51.55%
G = 47.2%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534C02 (or 0x534C02) is known color: Verdun Green. HEX triplet: 53, 4C and 02. RGB value is (83,76,2). Sum of RGB (Red+Green+Blue) = 83+76+2=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C02 is #ACB3FD. Grayscale: #454545. Windows color (decimal): -11318270 or 150611. OLE color: 150611.

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

Color convert

RGB 83 76 2 -
CMYK 0 0.08 0.98 0.67
HSL 54.81º 0.95% 0.17% -
HSV(B) 54.81º 0.98% 0.33% -
XYZ 6.16 7.01 1.09 -
YUV 69.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 83 76 2 0 0.08 0.98 0.67 54.81 0.95 0.17
Hex 53 4C 2 0 8 62 43 37 5F 11
Octal 123 114 2 0 10 142 103 67 137 21
Binary 1010011 1001100 10 0 1000 1100010 1000011 110111 1011111 10001

Color Harmonies of #534C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C02

Black with #534C02

Text Example


Text Example

White with #534C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,2); }

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

background-color css

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

 a { background-color: rgb(83,76,2); }

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

border-color css

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

 span { border-color: rgb(83,76,2); }

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