Html Css Color HEX #4B5202 Verdun Green

📋 copy color: '#4B5202'

red 75 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #4B5202

Tints of Verdun Green #4B5202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.57%

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

R = 47.17%
G = 51.57%
B = 1.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#4B5202 (or 0x4B5202) is known color: Verdun Green. HEX triplet: 4B, 52 and 02. RGB value is (75,82,2). Sum of RGB (Red+Green+Blue) = 75+82+2=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5202 is #B4ADFD. Grayscale: #474747. Windows color (decimal): -11841022 or 152139. OLE color: 152139.

HSL color Cylindrical-coordinate representation of color #4B5202: hue angle of 65.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B5202 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 2 -
CMYK 0.09 0 0.98 0.68
HSL 65.25º 0.95% 0.16% -
HSV(B) 65.25º 0.98% 0.32% -
XYZ 5.93 7.53 1.2 -
YUV 70.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 75 82 2 0.09 0 0.98 0.68 65.25 0.95 0.16
Hex 4B 52 2 9 0 62 44 41 5F 10
Octal 113 122 2 11 0 142 104 101 137 20
Binary 1001011 1010010 10 1001 0 1100010 1000100 1000001 1011111 10000

Color Harmonies of #4B5202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5202

Black with #4B5202

Text Example


Text Example

White with #4B5202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,2); }

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

background-color css

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

 a { background-color: rgb(75,82,2); }

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

border-color css

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

 span { border-color: rgb(75,82,2); }

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