#45613D

Color #45613D Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #45613D

Tints of Green House #45613D

Color information

#45613D (or 0x45613D) is unknown color: approx Green House. HEX triplet: 45, 61 and 3D. RGB value is (69,97,61). Sum of RGB (Red+Green+Blue) = 69+97+61=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #45613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45613D is #BA9EC2. Grayscale: #545454. Windows color (decimal): -12230339 or 4022597. OLE color: 4022597.

HSL color Cylindrical-coordinate representation of color #45613D: hue angle of 106.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45613D is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB699761-
CMYK0.2900.370.62
HSL106.67º22.78%30.98%-
HSV(B)106.67º37.11%38.04%-
XYZ7.5710.155.98-
YUV84.52114.72116.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=30.40%
G=42.73%
B=26.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997610.2900.370.62106.6722.7830.98
Hex45613D1D0253E6b171f
Octal1051417535045761532737
Binary1000101110000111110111101010010111111011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,97,61); }

 H1.HeaderClassName
 {
   color: #45613D;
 }
 .AnyTagClassName
 {
   color: #45613D;
 }
</style>
background-color css

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

 a { background-color: rgb(69,97,61); }

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

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

 span { border-color: rgb(69,97,61); }

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