Html Css Color HEX #454618 Verdun Green

📋 copy color: '#454618'

red 69 ◦ green 70 ◦ blue 24

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

Shades of Verdun Green #454618

Tints of Verdun Green #454618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 42.33%
G = 42.94%
B = 14.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#454618 (or 0x454618) is known color: Verdun Green. HEX triplet: 45, 46 and 18. RGB value is (69,70,24). Sum of RGB (Red+Green+Blue) = 69+70+24=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #454618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454618 is #BAB9E7. Grayscale: #404040. Windows color (decimal): -12237288 or 1590853. OLE color: 1590853.

HSL color Cylindrical-coordinate representation of color #454618: hue angle of 61.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454618 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 70 24 -
CMYK 0.01 0 0.66 0.73
HSL 61.3º 0.49% 0.18% -
HSV(B) 61.3º 0.66% 0.27% -
XYZ 4.81 5.71 1.71 -
YUV 64.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 69 70 24 0.01 0 0.66 0.73 61.3 0.49 0.18
Hex 45 46 18 1 0 42 49 3D 31 12
Octal 105 106 30 1 0 102 111 75 61 22
Binary 1000101 1000110 11000 1 0 1000010 1001001 111101 110001 10010

Color Harmonies of #454618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454618

Black with #454618

Text Example


Text Example

White with #454618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454618; }

 p { color: rgb(69,70,24); }

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

background-color css

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

 a { background-color: rgb(69,70,24); }

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

border-color css

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

 span { border-color: rgb(69,70,24); }

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