Html Css Color HEX #454C1C Verdun Green

📋 copy color: '#454C1C'

red 69 ◦ green 76 ◦ blue 28

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

Shades of Verdun Green #454C1C

Tints of Verdun Green #454C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 39.88%
G = 43.93%
B = 16.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#454C1C (or 0x454C1C) is known color: Verdun Green. HEX triplet: 45, 4C and 1C. RGB value is (69,76,28). Sum of RGB (Red+Green+Blue) = 69+76+28=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #454C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C1C is #BAB3E3. Grayscale: #444444. Windows color (decimal): -12235748 or 1854533. OLE color: 1854533.

HSL color Cylindrical-coordinate representation of color #454C1C: hue angle of 68.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454C1C is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 28 -
CMYK 0.09 0 0.63 0.70
HSL 68.75º 0.46% 0.2% -
HSV(B) 68.75º 0.63% 0.3% -
XYZ 5.25 6.52 2.08 -
YUV 68.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 69 76 28 0.09 0 0.63 0.70 68.75 0.46 0.2
Hex 45 4C 1C 9 0 3F 46 45 2E 14
Octal 105 114 34 11 0 77 106 105 56 24
Binary 1000101 1001100 11100 1001 0 111111 1000110 1000101 101110 10100

Color Harmonies of #454C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C1C

Black with #454C1C

Text Example


Text Example

White with #454C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,76,28); }

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

background-color css

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

 a { background-color: rgb(69,76,28); }

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

border-color css

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

 span { border-color: rgb(69,76,28); }

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