Html Css Color HEX #34AB43 Fruit Salad

📋 copy color: '#34AB43'

red 52 ◦ green 171 ◦ blue 67

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

Shades of Fruit Salad #34AB43

Tints of Fruit Salad #34AB43

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.97%

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 17.93%
G = 58.97%
B = 23.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#34AB43 (or 0x34AB43) is known color: Fruit Salad. HEX triplet: 34, AB and 43. RGB value is (52,171,67). Sum of RGB (Red+Green+Blue) = 52+171+67=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB43 is #CB54BC. Grayscale: #7B7B7B. Windows color (decimal): -13325501 or 4434740. OLE color: 4434740.

HSL color Cylindrical-coordinate representation of color #34AB43: hue angle of 127.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB43 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 67 -
CMYK 0.70 0 0.61 0.33
HSL 127.56º 0.53% 0.44% -
HSV(B) 127.56º 0.7% 0.67% -
XYZ 16.99 30.26 10.26 -
YUV 123.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 52 171 67 0.70 0 0.61 0.33 127.56 0.53 0.44
Hex 34 AB 43 46 0 3D 21 80 35 2C
Octal 64 253 103 106 0 75 41 200 65 54
Binary 110100 10101011 1000011 1000110 0 111101 100001 10000000 110101 101100

Color Harmonies of #34AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB43

Black with #34AB43

Text Example


Text Example

White with #34AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,67); }

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

background-color css

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

 a { background-color: rgb(52,171,67); }

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

border-color css

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

 span { border-color: rgb(52,171,67); }

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