#427230

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

Shades of Green House #427230

Tints of Green House #427230

Color information

#427230 (or 0x427230) is unknown color: approx Green House. HEX triplet: 42, 72 and 30. RGB value is (66,114,48). Sum of RGB (Red+Green+Blue) = 66+114+48=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #427230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427230 is #BD8DCF. Grayscale: #5C5C5C. Windows color (decimal): -12422608 or 3174978. OLE color: 3174978.

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

Color convert

RGB6611448-
CMYK0.4200.580.55
HSL103.64º40.74%31.76%-
HSV(B)103.64º57.89%44.71%-
XYZ8.813.414.92-
YUV92.12103.1109.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=28.95%
G=50%
B=21.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114480.4200.580.55103.6440.7431.76
Hex4272302A03A37682920
Octal1021626052072671505140
Binary1000010111001011000010101001110101101111101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427230; }

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

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

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

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

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

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

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

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