Html Css Color HEX #454D1D Verdun Green

📋 copy color: '#454D1D'

red 69 ◦ green 77 ◦ blue 29

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

Shades of Verdun Green #454D1D

Tints of Verdun Green #454D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 39.43%
G = 44%
B = 16.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#454D1D (or 0x454D1D) is known color: Verdun Green. HEX triplet: 45, 4D and 1D. RGB value is (69,77,29). Sum of RGB (Red+Green+Blue) = 69+77+29=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #454D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D1D is #BAB2E2. Grayscale: #454545. Windows color (decimal): -12235491 or 1920325. OLE color: 1920325.

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

Color convert

RGB 69 77 29 -
CMYK 0.10 0 0.62 0.70
HSL 70º 0.45% 0.21% -
HSV(B) 70º 0.62% 0.3% -
XYZ 5.33 6.66 2.17 -
YUV 69.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 69 77 29 0.10 0 0.62 0.70 70 0.45 0.21
Hex 45 4D 1D A 0 3E 46 46 2D 15
Octal 105 115 35 12 0 76 106 106 55 25
Binary 1000101 1001101 11101 1010 0 111110 1000110 1000110 101101 10101

Color Harmonies of #454D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D1D

Black with #454D1D

Text Example


Text Example

White with #454D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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