Html Css Color HEX #45530D Verdun Green

📋 copy color: '#45530D'

red 69 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #45530D

Tints of Verdun Green #45530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 41.82%
G = 50.3%
B = 7.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#45530D (or 0x45530D) is known color: Verdun Green. HEX triplet: 45, 53 and 0D. RGB value is (69,83,13). Sum of RGB (Red+Green+Blue) = 69+83+13=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #45530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45530D is #BAACF2. Grayscale: #474747. Windows color (decimal): -12233971 or 873285. OLE color: 873285.

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

Color convert

RGB 69 83 13 -
CMYK 0.17 0 0.84 0.67
HSL 72º 0.73% 0.19% -
HSV(B) 72º 0.84% 0.33% -
XYZ 5.62 7.48 1.53 -
YUV 70.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 69 83 13 0.17 0 0.84 0.67 72 0.73 0.19
Hex 45 53 D 11 0 54 43 48 49 13
Octal 105 123 15 21 0 124 103 110 111 23
Binary 1000101 1010011 1101 10001 0 1010100 1000011 1001000 1001001 10011

Color Harmonies of #45530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45530D

Black with #45530D

Text Example


Text Example

White with #45530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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