Html Css Color HEX #454307 Verdun Green

📋 copy color: '#454307'

red 69 ◦ green 67 ◦ blue 7

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

Shades of Verdun Green #454307

Tints of Verdun Green #454307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 48.25%
G = 46.85%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#454307 (or 0x454307) is known color: Verdun Green. HEX triplet: 45, 43 and 07. RGB value is (69,67,7). Sum of RGB (Red+Green+Blue) = 69+67+7=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #454307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454307 is #BABCF8. Grayscale: #3D3D3D. Windows color (decimal): -12238073 or 475973. OLE color: 475973.

HSL color Cylindrical-coordinate representation of color #454307: hue angle of 58.06º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454307 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 67 7 -
CMYK 0 0.03 0.90 0.73
HSL 58.06º 0.82% 0.15% -
HSV(B) 58.06º 0.9% 0.27% -
XYZ 4.5 5.29 0.99 -
YUV 60.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 69 67 7 0 0.03 0.90 0.73 58.06 0.82 0.15
Hex 45 43 7 0 3 5A 49 3A 52 F
Octal 105 103 7 0 3 132 111 72 122 17
Binary 1000101 1000011 111 0 11 1011010 1001001 111010 1010010 1111

Color Harmonies of #454307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454307

Black with #454307

Text Example


Text Example

White with #454307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454307; }

 p { color: rgb(69,67,7); }

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

background-color css

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

 a { background-color: rgb(69,67,7); }

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

border-color css

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

 span { border-color: rgb(69,67,7); }

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