Html Css Color HEX #4B6613 Verdun Green

📋 copy color: '#4B6613'

red 75 ◦ green 102 ◦ blue 19

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

Shades of Verdun Green #4B6613

Tints of Verdun Green #4B6613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 38.27%
G = 52.04%
B = 9.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#4B6613 (or 0x4B6613) is known color: Verdun Green. HEX triplet: 4B, 66 and 13. RGB value is (75,102,19). Sum of RGB (Red+Green+Blue) = 75+102+19=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6613 is #B499EC. Grayscale: #545454. Windows color (decimal): -11835885 or 1271371. OLE color: 1271371.

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

Color convert

RGB 75 102 19 -
CMYK 0.26 0 0.81 0.6
HSL 79.52º 0.69% 0.24% -
HSV(B) 79.52º 0.81% 0.4% -
XYZ 7.77 11.05 2.34 -
YUV 84.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 75 102 19 0.26 0 0.81 0.6 79.52 0.69 0.24
Hex 4B 66 13 1A 0 51 3C 50 45 18
Octal 113 146 23 32 0 121 74 120 105 30
Binary 1001011 1100110 10011 11010 0 1010001 111100 1010000 1000101 11000

Color Harmonies of #4B6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6613

Black with #4B6613

Text Example


Text Example

White with #4B6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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