Html Css Color HEX #4A5F1B Verdun Green

📋 copy color: '#4A5F1B'

red 74 ◦ green 95 ◦ blue 27

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

Shades of Verdun Green #4A5F1B

Tints of Verdun Green #4A5F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.47%

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

R = 37.76%
G = 48.47%
B = 13.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#4A5F1B (or 0x4A5F1B) is known color: Verdun Green. HEX triplet: 4A, 5F and 1B. RGB value is (74,95,27). Sum of RGB (Red+Green+Blue) = 74+95+27=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F1B is #B5A0E4. Grayscale: #515151. Windows color (decimal): -11903205 or 1793866. OLE color: 1793866.

HSL color Cylindrical-coordinate representation of color #4A5F1B: hue angle of 78.53º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A5F1B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 95 27 -
CMYK 0.22 0 0.72 0.63
HSL 78.53º 0.56% 0.24% -
HSV(B) 78.53º 0.72% 0.37% -
XYZ 7.11 9.72 2.54 -
YUV 80.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 74 95 27 0.22 0 0.72 0.63 78.53 0.56 0.24
Hex 4A 5F 1B 16 0 48 3F 4F 38 18
Octal 112 137 33 26 0 110 77 117 70 30
Binary 1001010 1011111 11011 10110 0 1001000 111111 1001111 111000 11000

Color Harmonies of #4A5F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5F1B

Black with #4A5F1B

Text Example


Text Example

White with #4A5F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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