Html Css Color HEX #45530B Verdun Green

📋 copy color: '#45530B'

red 69 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #45530B

Tints of Verdun Green #45530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 42.33%
G = 50.92%
B = 6.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#45530B (or 0x45530B) is known color: Verdun Green. HEX triplet: 45, 53 and 0B. RGB value is (69,83,11). Sum of RGB (Red+Green+Blue) = 69+83+11=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #45530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45530B is #BAACF4. Grayscale: #464646. Windows color (decimal): -12233973 or 742213. OLE color: 742213.

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

Color convert

RGB 69 83 11 -
CMYK 0.17 0 0.87 0.67
HSL 71.67º 0.77% 0.18% -
HSV(B) 71.67º 0.87% 0.33% -
XYZ 5.61 7.48 1.46 -
YUV 70.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 69 83 11 0.17 0 0.87 0.67 71.67 0.77 0.18
Hex 45 53 B 11 0 57 43 48 4D 12
Octal 105 123 13 21 0 127 103 110 115 22
Binary 1000101 1010011 1011 10001 0 1010111 1000011 1001000 1001101 10010

Color Harmonies of #45530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45530B

Black with #45530B

Text Example


Text Example

White with #45530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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