Html Css Color HEX #454A12 Verdun Green

📋 copy color: '#454A12'

red 69 ◦ green 74 ◦ blue 18

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

Shades of Verdun Green #454A12

Tints of Verdun Green #454A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.96%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 42.86%
G = 45.96%
B = 11.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#454A12 (or 0x454A12) is known color: Verdun Green. HEX triplet: 45, 4A and 12. RGB value is (69,74,18). Sum of RGB (Red+Green+Blue) = 69+74+18=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #454A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454A12 is #BAB5ED. Grayscale: #424242. Windows color (decimal): -12236270 or 1198661. OLE color: 1198661.

HSL color Cylindrical-coordinate representation of color #454A12: hue angle of 65.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #454A12 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 74 18 -
CMYK 0.07 0 0.76 0.71
HSL 65.36º 0.61% 0.18% -
HSV(B) 65.36º 0.76% 0.29% -
XYZ 5.01 6.21 1.51 -
YUV 66.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 69 74 18 0.07 0 0.76 0.71 65.36 0.61 0.18
Hex 45 4A 12 7 0 4C 47 41 3D 12
Octal 105 112 22 7 0 114 107 101 75 22
Binary 1000101 1001010 10010 111 0 1001100 1000111 1000001 111101 10010

Color Harmonies of #454A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A12

Black with #454A12

Text Example


Text Example

White with #454A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,74,18); }

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

background-color css

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

 a { background-color: rgb(69,74,18); }

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

border-color css

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

 span { border-color: rgb(69,74,18); }

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