Html Css Color HEX #4A531B Verdun Green

📋 copy color: '#4A531B'

red 74 ◦ green 83 ◦ blue 27

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

Shades of Verdun Green #4A531B

Tints of Verdun Green #4A531B

RGB

 RED value IS 74 (29.3% from 255) = 40.22%

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 40.22%
G = 45.11%
B = 14.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4A531B (or 0x4A531B) is known color: Verdun Green. HEX triplet: 4A, 53 and 1B. RGB value is (74,83,27). Sum of RGB (Red+Green+Blue) = 74+83+27=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #4A531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A531B is #B5ACE4. Grayscale: #4A4A4A. Windows color (decimal): -11906277 or 1790794. OLE color: 1790794.

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

Color convert

RGB 74 83 27 -
CMYK 0.11 0 0.67 0.67
HSL 69.64º 0.51% 0.22% -
HSV(B) 69.64º 0.67% 0.33% -
XYZ 6.12 7.72 2.21 -
YUV 73.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 74 83 27 0.11 0 0.67 0.67 69.64 0.51 0.22
Hex 4A 53 1B B 0 43 43 46 33 16
Octal 112 123 33 13 0 103 103 106 63 26
Binary 1001010 1010011 11011 1011 0 1000011 1000011 1000110 110011 10110

Color Harmonies of #4A531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A531B

Black with #4A531B

Text Example


Text Example

White with #4A531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,83,27); }

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

background-color css

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

 a { background-color: rgb(74,83,27); }

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

border-color css

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

 span { border-color: rgb(74,83,27); }

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