Html Css Color HEX #4B5102 Verdun Green

📋 copy color: '#4B5102'

red 75 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #4B5102

Tints of Verdun Green #4B5102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.27%

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

R = 47.47%
G = 51.27%
B = 1.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#4B5102 (or 0x4B5102) is known color: Verdun Green. HEX triplet: 4B, 51 and 02. RGB value is (75,81,2). Sum of RGB (Red+Green+Blue) = 75+81+2=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5102 is #B4AEFD. Grayscale: #464646. Windows color (decimal): -11841278 or 151883. OLE color: 151883.

HSL color Cylindrical-coordinate representation of color #4B5102: hue angle of 64.56º 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 #4B5102 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 2 -
CMYK 0.07 0 0.98 0.68
HSL 64.56º 0.95% 0.16% -
HSV(B) 64.56º 0.98% 0.32% -
XYZ 5.86 7.39 1.17 -
YUV 70.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 75 81 2 0.07 0 0.98 0.68 64.56 0.95 0.16
Hex 4B 51 2 7 0 62 44 41 5F 10
Octal 113 121 2 7 0 142 104 101 137 20
Binary 1001011 1010001 10 111 0 1100010 1000100 1000001 1011111 10000

Color Harmonies of #4B5102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5102

Black with #4B5102

Text Example


Text Example

White with #4B5102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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