Html Css Color HEX #4B6605 Verdun Green

📋 copy color: '#4B6605'

red 75 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #4B6605

Tints of Verdun Green #4B6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.04%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 41.21%
G = 56.04%
B = 2.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#4B6605 (or 0x4B6605) is known color: Verdun Green. HEX triplet: 4B, 66 and 05. RGB value is (75,102,5). Sum of RGB (Red+Green+Blue) = 75+102+5=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6605 is #B499FA. Grayscale: #535353. Windows color (decimal): -11835899 or 353867. OLE color: 353867.

HSL color Cylindrical-coordinate representation of color #4B6605: hue angle of 76.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B6605 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 5 -
CMYK 0.26 0 0.95 0.6
HSL 76.7º 0.91% 0.21% -
HSV(B) 76.7º 0.95% 0.4% -
XYZ 7.68 11.01 1.86 -
YUV 82.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 75 102 5 0.26 0 0.95 0.6 76.7 0.91 0.21
Hex 4B 66 5 1A 0 5F 3C 4D 5B 15
Octal 113 146 5 32 0 137 74 115 133 25
Binary 1001011 1100110 101 11010 0 1011111 111100 1001101 1011011 10101

Color Harmonies of #4B6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6605

Black with #4B6605

Text Example


Text Example

White with #4B6605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,102,5); }

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

background-color css

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

 a { background-color: rgb(75,102,5); }

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

border-color css

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

 span { border-color: rgb(75,102,5); }

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