Html Css Color HEX #4B541B Verdun Green

📋 copy color: '#4B541B'

red 75 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #4B541B

Tints of Verdun Green #4B541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.52%

R = 40.32%
G = 45.16%
B = 14.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4B541B (or 0x4B541B) is known color: Verdun Green. HEX triplet: 4B, 54 and 1B. RGB value is (75,84,27). Sum of RGB (Red+Green+Blue) = 75+84+27=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541B is #B4ABE4. Grayscale: #4B4B4B. Windows color (decimal): -11840485 or 1791051. OLE color: 1791051.

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

Color convert

RGB 75 84 27 -
CMYK 0.11 0 0.68 0.67
HSL 69.47º 0.51% 0.22% -
HSV(B) 69.47º 0.68% 0.33% -
XYZ 6.27 7.92 2.23 -
YUV 74.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 75 84 27 0.11 0 0.68 0.67 69.47 0.51 0.22
Hex 4B 54 1B B 0 44 43 45 33 16
Octal 113 124 33 13 0 104 103 105 63 26
Binary 1001011 1010100 11011 1011 0 1000100 1000011 1000101 110011 10110

Color Harmonies of #4B541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B541B

Black with #4B541B

Text Example


Text Example

White with #4B541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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