#34993C

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

Shades of Fruit Salad #34993C

Tints of Fruit Salad #34993C

Color information

#34993C (or 0x34993C) is unknown color: approx Fruit Salad. HEX triplet: 34, 99 and 3C. RGB value is (52,153,60). Sum of RGB (Red+Green+Blue) = 52+153+60=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #34993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993C is #CB66C3. Grayscale: #707070. Windows color (decimal): -13330116 or 3971380. OLE color: 3971380.

HSL color Cylindrical-coordinate representation of color #34993C: hue angle of 124.75º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34993C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB5215360-
CMYK0.6600.610.4
HSL124.75º49.27%40.2%-
HSV(B)124.75º66.01%60%-
XYZ13.6223.848.16-
YUV112.298.5485.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=19.62%
G=57.74%
B=22.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153600.6600.610.4124.7549.2740.2
Hex34993C4203D287d3128
Octal6423174102075501756150
Binary11010010011001111100100001001111011010001111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34993C; }

 p { color: rgb(52,153,60); }

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

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

 a { background-color: rgb(52,153,60); }

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

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

 span { border-color: rgb(52,153,60); }

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