Html Css Color HEX #34AB3C Fruit Salad

📋 copy color: '#34AB3C'

red 52 ◦ green 171 ◦ blue 60

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

Shades of Fruit Salad #34AB3C

Tints of Fruit Salad #34AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 18.37%
G = 60.42%
B = 21.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#34AB3C (or 0x34AB3C) is known color: Fruit Salad. HEX triplet: 34, AB and 3C. RGB value is (52,171,60). Sum of RGB (Red+Green+Blue) = 52+171+60=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB3C is #CB54C3. Grayscale: #7B7B7B. Windows color (decimal): -13325508 or 3975988. OLE color: 3975988.

HSL color Cylindrical-coordinate representation of color #34AB3C: hue angle of 124.03º 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 #34AB3C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 60 -
CMYK 0.70 0 0.65 0.33
HSL 124.03º 0.53% 0.44% -
HSV(B) 124.03º 0.7% 0.67% -
XYZ 16.79 30.18 9.22 -
YUV 122.77 92.58 77.53 -
System Red Green Blue C M Y K H S L
Decimal 52 171 60 0.70 0 0.65 0.33 124.03 0.53 0.44
Hex 34 AB 3C 46 0 41 21 7C 35 2C
Octal 64 253 74 106 0 101 41 174 65 54
Binary 110100 10101011 111100 1000110 0 1000001 100001 1111100 110101 101100

Color Harmonies of #34AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB3C

Black with #34AB3C

Text Example


Text Example

White with #34AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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