Html Css Color HEX #4B541A Verdun Green

📋 copy color: '#4B541A'

red 75 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #4B541A

Tints of Verdun Green #4B541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 40.54%
G = 45.41%
B = 14.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#4B541A (or 0x4B541A) is known color: Verdun Green. HEX triplet: 4B, 54 and 1A. RGB value is (75,84,26). Sum of RGB (Red+Green+Blue) = 75+84+26=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541A is #B4ABE5. Grayscale: #4A4A4A. Windows color (decimal): -11840486 or 1725515. OLE color: 1725515.

HSL color Cylindrical-coordinate representation of color #4B541A: hue angle of 69.31º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B541A is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 84 26 -
CMYK 0.11 0 0.69 0.67
HSL 69.31º 0.53% 0.22% -
HSV(B) 69.31º 0.69% 0.33% -
XYZ 6.26 7.91 2.17 -
YUV 74.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 75 84 26 0.11 0 0.69 0.67 69.31 0.53 0.22
Hex 4B 54 1A B 0 45 43 45 35 16
Octal 113 124 32 13 0 105 103 105 65 26
Binary 1001011 1010100 11010 1011 0 1000101 1000011 1000101 110101 10110

Color Harmonies of #4B541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B541A

Black with #4B541A

Text Example


Text Example

White with #4B541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,26); }

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

background-color css

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

 a { background-color: rgb(75,84,26); }

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

border-color css

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

 span { border-color: rgb(75,84,26); }

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