#427130

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

Shades of Green House #427130

Tints of Green House #427130

Color information

#427130 (or 0x427130) is unknown color: approx Green House. HEX triplet: 42, 71 and 30. RGB value is (66,113,48). Sum of RGB (Red+Green+Blue) = 66+113+48=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #427130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427130 is #BD8ECF. Grayscale: #5B5B5B. Windows color (decimal): -12422864 or 3174722. OLE color: 3174722.

HSL color Cylindrical-coordinate representation of color #427130: hue angle of 103.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427130 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB6611348-
CMYK0.4200.580.56
HSL103.38º40.37%31.57%-
HSV(B)103.38º57.52%44.31%-
XYZ8.6913.184.88-
YUV91.54103.43109.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=29.07%
G=49.78%
B=21.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113480.4200.580.56103.3840.3731.57
Hex4271302A03A38672820
Octal1021616052072701475040
Binary1000010111000111000010101001110101110001100111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427130; }

 p { color: rgb(66,113,48); }

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

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

 a { background-color: rgb(66,113,48); }

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

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

 span { border-color: rgb(66,113,48); }

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