Html Css Color HEX #536B04 Verdun Green

📋 copy color: '#536B04'

red 83 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #536B04

Tints of Verdun Green #536B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.15%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 42.78%
G = 55.15%
B = 2.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#536B04 (or 0x536B04) is known color: Verdun Green. HEX triplet: 53, 6B and 04. RGB value is (83,107,4). Sum of RGB (Red+Green+Blue) = 83+107+4=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #536B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536B04 is #AC94FB. Grayscale: #585858. Windows color (decimal): -11310332 or 289619. OLE color: 289619.

HSL color Cylindrical-coordinate representation of color #536B04: hue angle of 73.98º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #536B04 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 4 -
CMYK 0.22 0 0.96 0.58
HSL 73.98º 0.93% 0.22% -
HSV(B) 73.98º 0.96% 0.42% -
XYZ 8.85 12.36 2.03 -
YUV 88.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 83 107 4 0.22 0 0.96 0.58 73.98 0.93 0.22
Hex 53 6B 4 16 0 60 3A 4A 5D 16
Octal 123 153 4 26 0 140 72 112 135 26
Binary 1010011 1101011 100 10110 0 1100000 111010 1001010 1011101 10110

Color Harmonies of #536B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B04

Black with #536B04

Text Example


Text Example

White with #536B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B04; }

 p { color: rgb(83,107,4); }

 H1.HeaderClassName
 {
   color: #536B04;
 }
 .AnyTagClassName
 {
   color: #536B04;
 }
</style>

background-color css

<style>
 a { background-color: #536B04; }

 a { background-color: rgb(83,107,4); }

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

border-color css

<style>
 span { border-color: #536B04; }

 span { border-color: rgb(83,107,4); }

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