Html Css Color HEX #454D1F Verdun Green

📋 copy color: '#454D1F'

red 69 ◦ green 77 ◦ blue 31

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

Shades of Verdun Green #454D1F

Tints of Verdun Green #454D1F

RGB

 RED value IS 69 (27.34% from 255) = 38.98%

 GREEN value IS 77 (30.47% from 255) = 43.5%

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 38.98%
G = 43.5%
B = 17.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#454D1F (or 0x454D1F) is known color: Verdun Green. HEX triplet: 45, 4D and 1F. RGB value is (69,77,31). Sum of RGB (Red+Green+Blue) = 69+77+31=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #454D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D1F is #BAB2E0. Grayscale: #454545. Windows color (decimal): -12235489 or 2051397. OLE color: 2051397.

HSL color Cylindrical-coordinate representation of color #454D1F: hue angle of 70.43º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #454D1F is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 31 -
CMYK 0.10 0 0.60 0.70
HSL 70.43º 0.43% 0.21% -
HSV(B) 70.43º 0.6% 0.3% -
XYZ 5.36 6.67 2.3 -
YUV 69.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 69 77 31 0.10 0 0.60 0.70 70.43 0.43 0.21
Hex 45 4D 1F A 0 3C 46 46 2B 15
Octal 105 115 37 12 0 74 106 106 53 25
Binary 1000101 1001101 11111 1010 0 111100 1000110 1000110 101011 10101

Color Harmonies of #454D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D1F

Black with #454D1F

Text Example


Text Example

White with #454D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D1F; }

 p { color: rgb(69,77,31); }

 H1.HeaderClassName
 {
   color: #454D1F;
 }
 .AnyTagClassName
 {
   color: #454D1F;
 }
</style>

background-color css

<style>
 a { background-color: #454D1F; }

 a { background-color: rgb(69,77,31); }

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

border-color css

<style>
 span { border-color: #454D1F; }

 span { border-color: rgb(69,77,31); }

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