#35AC3D

Color #35AC3D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #35AC3D

Tints of Fruit Salad #35AC3D

Color information

#35AC3D (or 0x35AC3D) is unknown color: approx Fruit Salad. HEX triplet: 35, AC and 3D. RGB value is (53,172,61). Sum of RGB (Red+Green+Blue) = 53+172+61=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC3D is #CA53C2. Grayscale: #7C7C7C. Windows color (decimal): -13259715 or 4041781. OLE color: 4041781.

HSL color Cylindrical-coordinate representation of color #35AC3D: hue angle of 124.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC3D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB5317261-
CMYK0.6900.650.33
HSL124.03º52.89%44.12%-
HSV(B)124.03º69.19%67.45%-
XYZ17.0630.69.42-
YUV123.7692.5877.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 172 (67.58% from 255) = 60.14%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=18.53%
G=60.14%
B=21.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172610.6900.650.33124.0352.8944.12
Hex35AC3D45041217c352c
Octal65254751050101411746554
Binary110101101011001111011000101010000011000011111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AC3D; }

 p { color: rgb(53,172,61); }

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

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

 a { background-color: rgb(53,172,61); }

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

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

 span { border-color: rgb(53,172,61); }

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