Html Css Color HEX #455307 Verdun Green

📋 copy color: '#455307'

red 69 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #455307

Tints of Verdun Green #455307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

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

R = 43.4%
G = 52.2%
B = 4.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#455307 (or 0x455307) is known color: Verdun Green. HEX triplet: 45, 53 and 07. RGB value is (69,83,7). Sum of RGB (Red+Green+Blue) = 69+83+7=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #455307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455307 is #BAACF8. Grayscale: #464646. Windows color (decimal): -12233977 or 480069. OLE color: 480069.

HSL color Cylindrical-coordinate representation of color #455307: hue angle of 71.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #455307 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 7 -
CMYK 0.17 0 0.92 0.67
HSL 71.05º 0.84% 0.18% -
HSV(B) 71.05º 0.92% 0.33% -
XYZ 5.59 7.47 1.35 -
YUV 70.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 69 83 7 0.17 0 0.92 0.67 71.05 0.84 0.18
Hex 45 53 7 11 0 5C 43 47 54 12
Octal 105 123 7 21 0 134 103 107 124 22
Binary 1000101 1010011 111 10001 0 1011100 1000011 1000111 1010100 10010

Color Harmonies of #455307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455307

Black with #455307

Text Example


Text Example

White with #455307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455307; }

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

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

background-color css

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

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

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

border-color css

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

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

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