Html Css Color HEX #4B5306 Verdun Green

📋 copy color: '#4B5306'

red 75 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #4B5306

Tints of Verdun Green #4B5306

RGB

 RED value IS 75 (29.69% from 255) = 45.73%

 GREEN value IS 83 (32.81% from 255) = 50.61%

 BLUE value IS 6 (2.73% from 255) = 3.66%

R = 45.73%
G = 50.61%
B = 3.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#4B5306 (or 0x4B5306) is known color: Verdun Green. HEX triplet: 4B, 53 and 06. RGB value is (75,83,6). Sum of RGB (Red+Green+Blue) = 75+83+6=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5306 is #B4ACF9. Grayscale: #484848. Windows color (decimal): -11840762 or 414539. OLE color: 414539.

HSL color Cylindrical-coordinate representation of color #4B5306: hue angle of 66.23º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B5306 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 6 -
CMYK 0.10 0 0.93 0.67
HSL 66.23º 0.87% 0.17% -
HSV(B) 66.23º 0.93% 0.33% -
XYZ 6.03 7.7 1.34 -
YUV 71.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 75 83 6 0.10 0 0.93 0.67 66.23 0.87 0.17
Hex 4B 53 6 A 0 5D 43 42 57 11
Octal 113 123 6 12 0 135 103 102 127 21
Binary 1001011 1010011 110 1010 0 1011101 1000011 1000010 1010111 10001

Color Harmonies of #4B5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5306

Black with #4B5306

Text Example


Text Example

White with #4B5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5306; }

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

 H1.HeaderClassName
 {
   color: #4B5306;
 }
 .AnyTagClassName
 {
   color: #4B5306;
 }
</style>

background-color css

<style>
 a { background-color: #4B5306; }

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

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

border-color css

<style>
 span { border-color: #4B5306; }

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

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