#34B042

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

Shades of Fruit Salad #34B042

Tints of Fruit Salad #34B042

Color information

#34B042 (or 0x34B042) is unknown color: approx Fruit Salad. HEX triplet: 34, B0 and 42. RGB value is (52,176,66). Sum of RGB (Red+Green+Blue) = 52+176+66=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #34B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B042 is #CB4FBD. Grayscale: #7E7E7E. Windows color (decimal): -13324222 or 4370484. OLE color: 4370484.

HSL color Cylindrical-coordinate representation of color #34B042: hue angle of 126.77º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B042 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB5217666-
CMYK0.7000.620.31
HSL126.77º54.39%44.71%-
HSV(B)126.77º70.45%69.02%-
XYZ17.9232.1710.42-
YUV126.3893.9274.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=17.69%
G=59.86%
B=22.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52176660.7000.620.31126.7754.3944.71
Hex34B0424603E1F7f362d
Octal64260102106076371776655
Binary11010010110000100001010001100111110111111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B042; }

 p { color: rgb(52,176,66); }

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

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

 a { background-color: rgb(52,176,66); }

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

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

 span { border-color: rgb(52,176,66); }

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