#34983B

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

Shades of Fruit Salad #34983B

Tints of Fruit Salad #34983B

Color information

#34983B (or 0x34983B) is unknown color: approx Fruit Salad. HEX triplet: 34, 98 and 3B. RGB value is (52,152,59). Sum of RGB (Red+Green+Blue) = 52+152+59=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #34983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34983B is #CB67C4. Grayscale: #6F6F6F. Windows color (decimal): -13330373 or 3905588. OLE color: 3905588.

HSL color Cylindrical-coordinate representation of color #34983B: hue angle of 124.2º 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 #34983B is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB5215259-
CMYK0.6600.610.40
HSL124.2º49.02%40%-
HSV(B)124.2º65.79%59.61%-
XYZ13.4323.57.97-
YUV111.598.3785.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 59 (23.44% from 255) = 22.43%
R=19.77%
G=57.79%
B=22.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152590.6600.610.40124.249.0240
Hex34983B4203D287c3128
Octal6423073102075501746150
Binary11010010011000111011100001001111011010001111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34983B; }

 p { color: rgb(52,152,59); }

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

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

 a { background-color: rgb(52,152,59); }

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

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

 span { border-color: rgb(52,152,59); }

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