#286419

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

Shades of Green House #286419

Tints of Green House #286419

Color information

#286419 (or 0x286419) is unknown color: approx Green House. HEX triplet: 28, 64 and 19. RGB value is (40,100,25). Sum of RGB (Red+Green+Blue) = 40+100+25=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #286419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286419 is #D79BE6. Grayscale: #494949. Windows color (decimal): -14130151 or 1664040. OLE color: 1664040.

HSL color Cylindrical-coordinate representation of color #286419: hue angle of 108º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #286419 is Cyan = 0.6, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB4010025-
CMYK0.600.750.61
HSL108º60%24.51%-
HSV(B)108º75%39.22%-
XYZ5.619.642.48-
YUV73.51100.62104.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=24.24%
G=60.61%
B=15.15%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100250.600.750.611086024.51
Hex2864193C04B3D6c3c19
Octal5014431740113751547431
Binary10100011001001100111110001001011111101110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286419; }

 p { color: rgb(40,100,25); }

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

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

 a { background-color: rgb(40,100,25); }

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

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

 span { border-color: rgb(40,100,25); }

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