#8CA348

Color #8CA348 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8CA348

Tints of Chelsea Cucumber #8CA348

Color information

#8CA348 (or 0x8CA348) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A3 and 48. RGB value is (140,163,72). Sum of RGB (Red+Green+Blue) = 140+163+72=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA348 is #735CB7. Grayscale: #929292. Windows color (decimal): -7560376 or 4760460. OLE color: 4760460.

HSL color Cylindrical-coordinate representation of color #8CA348: hue angle of 75.16º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CA348 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB14016372-
CMYK0.1400.560.36
HSL75.16º38.72%46.08%-
HSV(B)75.16º55.83%63.92%-
XYZ25.0832.2411.03-
YUV145.7586.38123.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=37.33%
G=43.47%
B=19.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163720.1400.560.3675.1638.7246.08
Hex8CA348E038244b272e
Octal21424311016070441134756
Binary10001100101000111001000111001110001001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA348; }

 p { color: rgb(140,163,72); }

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

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

 a { background-color: rgb(140,163,72); }

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

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

 span { border-color: rgb(140,163,72); }

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