Html Css Color HEX #536A07 Verdun Green

📋 copy color: '#536A07'

red 83 ◦ green 106 ◦ blue 7

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

Shades of Verdun Green #536A07

Tints of Verdun Green #536A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.08%

 BLUE value IS 7 (3.13% from 255) = 3.57%

R = 42.35%
G = 54.08%
B = 3.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#536A07 (or 0x536A07) is known color: Verdun Green. HEX triplet: 53, 6A and 07. RGB value is (83,106,7). Sum of RGB (Red+Green+Blue) = 83+106+7=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #536A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536A07 is #AC95F8. Grayscale: #585858. Windows color (decimal): -11310585 or 485971. OLE color: 485971.

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

Color convert

RGB 83 106 7 -
CMYK 0.22 0 0.93 0.58
HSL 73.94º 0.88% 0.22% -
HSV(B) 73.94º 0.93% 0.42% -
XYZ 8.76 12.16 2.09 -
YUV 87.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 83 106 7 0.22 0 0.93 0.58 73.94 0.88 0.22
Hex 53 6A 7 16 0 5D 3A 4A 58 16
Octal 123 152 7 26 0 135 72 112 130 26
Binary 1010011 1101010 111 10110 0 1011101 111010 1001010 1011000 10110

Color Harmonies of #536A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A07

Black with #536A07

Text Example


Text Example

White with #536A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,7); }

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

background-color css

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

 a { background-color: rgb(83,106,7); }

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

border-color css

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

 span { border-color: rgb(83,106,7); }

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