Html Css Color HEX #454101 Verdun Green

📋 copy color: '#454101'

red 69 ◦ green 65 ◦ blue 1

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

Shades of Verdun Green #454101

Tints of Verdun Green #454101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.15%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 51.11%
G = 48.15%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#454101 (or 0x454101) is known color: Verdun Green. HEX triplet: 45, 41 and 01. RGB value is (69,65,1). Sum of RGB (Red+Green+Blue) = 69+65+1=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #454101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454101 is #BABEFE. Grayscale: #3B3B3B. Windows color (decimal): -12238591 or 82245. OLE color: 82245.

HSL color Cylindrical-coordinate representation of color #454101: hue angle of 56.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454101 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 65 1 -
CMYK 0 0.06 0.99 0.73
HSL 56.47º 0.97% 0.14% -
HSV(B) 56.47º 0.99% 0.27% -
XYZ 4.35 5.05 0.77 -
YUV 58.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 69 65 1 0 0.06 0.99 0.73 56.47 0.97 0.14
Hex 45 41 1 0 6 63 49 38 61 E
Octal 105 101 1 0 6 143 111 70 141 16
Binary 1000101 1000001 1 0 110 1100011 1001001 111000 1100001 1110

Color Harmonies of #454101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454101

Black with #454101

Text Example


Text Example

White with #454101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454101; }

 p { color: rgb(69,65,1); }

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

background-color css

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

 a { background-color: rgb(69,65,1); }

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

border-color css

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

 span { border-color: rgb(69,65,1); }

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