#427433

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

Shades of Green House #427433

Tints of Green House #427433

Color information

#427433 (or 0x427433) is unknown color: approx Green House. HEX triplet: 42, 74 and 33. RGB value is (66,116,51). Sum of RGB (Red+Green+Blue) = 66+116+51=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #427433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427433 is #BD8BCC. Grayscale: #5D5D5D. Windows color (decimal): -12422093 or 3372098. OLE color: 3372098.

HSL color Cylindrical-coordinate representation of color #427433: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427433 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB6611651-
CMYK0.4300.560.55
HSL106.15º38.92%32.75%-
HSV(B)106.15º56.03%45.49%-
XYZ9.0913.895.33-
YUV93.64103.94108.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=28.33%
G=49.79%
B=21.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116510.4300.560.55106.1538.9232.75
Hex4274332B038376a2721
Octal1021646353070671524741
Binary1000010111010011001110101101110001101111101010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427433; }

 p { color: rgb(66,116,51); }

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

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

 a { background-color: rgb(66,116,51); }

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

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

 span { border-color: rgb(66,116,51); }

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