Html Css Color HEX #34B246 Fruit Salad

📋 copy color: '#34B246'

red 52 ◦ green 178 ◦ blue 70

#34B246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #34B246

Tints of Fruit Salad #34B246

RGB

 RED value IS 52 (20.7% from 255) = 17.33%

 GREEN value IS 178 (69.92% from 255) = 59.33%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 17.33%
G = 59.33%
B = 23.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#34B246 (or 0x34B246) is known color: Fruit Salad. HEX triplet: 34, B2 and 46. RGB value is (52,178,70). Sum of RGB (Red+Green+Blue) = 52+178+70=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #34B246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B246 is #CB4DB9. Grayscale: #808080. Windows color (decimal): -13323706 or 4633140. OLE color: 4633140.

HSL color Cylindrical-coordinate representation of color #34B246: hue angle of 128.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B246 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 70 -
CMYK 0.71 0 0.61 0.30
HSL 128.57º 0.55% 0.45% -
HSV(B) 128.57º 0.71% 0.7% -
XYZ 18.44 33.01 11.19 -
YUV 128.01 95.26 73.78 -
System Red Green Blue C M Y K H S L
Decimal 52 178 70 0.71 0 0.61 0.30 128.57 0.55 0.45
Hex 34 B2 46 47 0 3D 1E 81 37 2D
Octal 64 262 106 107 0 75 36 201 67 55
Binary 110100 10110010 1000110 1000111 0 111101 11110 10000001 110111 101101

Color Harmonies of #34B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B246

Black with #34B246

Text Example


Text Example

White with #34B246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,178,70); }

 H1.HeaderClassName
 {
   color: #34B246;
 }
 .AnyTagClassName
 {
   color: #34B246;
 }
</style>

background-color css

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

 a { background-color: rgb(52,178,70); }

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

border-color css

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

 span { border-color: rgb(52,178,70); }

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