Html Css Color HEX #454303 Verdun Green

📋 copy color: '#454303'

red 69 ◦ green 67 ◦ blue 3

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

Shades of Verdun Green #454303

Tints of Verdun Green #454303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 49.64%
G = 48.2%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#454303 (or 0x454303) is known color: Verdun Green. HEX triplet: 45, 43 and 03. RGB value is (69,67,3). Sum of RGB (Red+Green+Blue) = 69+67+3=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454303 is #BABCFC. Grayscale: #3C3C3C. Windows color (decimal): -12238077 or 213829. OLE color: 213829.

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

Color convert

RGB 69 67 3 -
CMYK 0 0.03 0.96 0.73
HSL 58.18º 0.92% 0.14% -
HSV(B) 58.18º 0.96% 0.27% -
XYZ 4.48 5.29 0.87 -
YUV 60.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 69 67 3 0 0.03 0.96 0.73 58.18 0.92 0.14
Hex 45 43 3 0 3 60 49 3A 5C E
Octal 105 103 3 0 3 140 111 72 134 16
Binary 1000101 1000011 11 0 11 1100000 1001001 111010 1011100 1110

Color Harmonies of #454303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454303

Black with #454303

Text Example


Text Example

White with #454303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454303; }

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

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

background-color css

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

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

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

border-color css

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

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

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