Html Css Color HEX #34AB40 Fruit Salad

📋 copy color: '#34AB40'

red 52 ◦ green 171 ◦ blue 64

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

Shades of Fruit Salad #34AB40

Tints of Fruit Salad #34AB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 18.12%
G = 59.58%
B = 22.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#34AB40 (or 0x34AB40) is known color: Fruit Salad. HEX triplet: 34, AB and 40. RGB value is (52,171,64). Sum of RGB (Red+Green+Blue) = 52+171+64=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB40 is #CB54BF. Grayscale: #7B7B7B. Windows color (decimal): -13325504 or 4238132. OLE color: 4238132.

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

Color convert

RGB 52 171 64 -
CMYK 0.70 0 0.63 0.33
HSL 126.05º 0.53% 0.44% -
HSV(B) 126.05º 0.7% 0.67% -
XYZ 16.9 30.23 9.79 -
YUV 123.22 94.58 77.2 -
System Red Green Blue C M Y K H S L
Decimal 52 171 64 0.70 0 0.63 0.33 126.05 0.53 0.44
Hex 34 AB 40 46 0 3F 21 7E 35 2C
Octal 64 253 100 106 0 77 41 176 65 54
Binary 110100 10101011 1000000 1000110 0 111111 100001 1111110 110101 101100

Color Harmonies of #34AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB40

Black with #34AB40

Text Example


Text Example

White with #34AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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