Html Css Color HEX #34AB44 Fruit Salad

📋 copy color: '#34AB44'

red 52 ◦ green 171 ◦ blue 68

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

Shades of Fruit Salad #34AB44

Tints of Fruit Salad #34AB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 17.87%
G = 58.76%
B = 23.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#34AB44 (or 0x34AB44) is known color: Fruit Salad. HEX triplet: 34, AB and 44. RGB value is (52,171,68). Sum of RGB (Red+Green+Blue) = 52+171+68=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB44 is #CB54BB. Grayscale: #7B7B7B. Windows color (decimal): -13325500 or 4500276. OLE color: 4500276.

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

Color convert

RGB 52 171 68 -
CMYK 0.70 0 0.60 0.33
HSL 128.07º 0.53% 0.44% -
HSV(B) 128.07º 0.7% 0.67% -
XYZ 17.02 30.27 10.41 -
YUV 123.68 96.58 76.88 -
System Red Green Blue C M Y K H S L
Decimal 52 171 68 0.70 0 0.60 0.33 128.07 0.53 0.44
Hex 34 AB 44 46 0 3C 21 80 35 2C
Octal 64 253 104 106 0 74 41 200 65 54
Binary 110100 10101011 1000100 1000110 0 111100 100001 10000000 110101 101100

Color Harmonies of #34AB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB44

Black with #34AB44

Text Example


Text Example

White with #34AB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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