Html Css Color HEX #34AB42 Fruit Salad

📋 copy color: '#34AB42'

red 52 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #34AB42

Tints of Fruit Salad #34AB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 17.99%
G = 59.17%
B = 22.84%

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

#34AB42 (or 0x34AB42) is known color: Fruit Salad. HEX triplet: 34, AB and 42. RGB value is (52,171,66). Sum of RGB (Red+Green+Blue) = 52+171+66=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB42 is #CB54BD. Grayscale: #7B7B7B. Windows color (decimal): -13325502 or 4369204. OLE color: 4369204.

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

Color convert

RGB 52 171 66 -
CMYK 0.70 0 0.61 0.33
HSL 127.06º 0.53% 0.44% -
HSV(B) 127.06º 0.7% 0.67% -
XYZ 16.96 30.25 10.1 -
YUV 123.45 95.58 77.04 -
System Red Green Blue C M Y K H S L
Decimal 52 171 66 0.70 0 0.61 0.33 127.06 0.53 0.44
Hex 34 AB 42 46 0 3D 21 7F 35 2C
Octal 64 253 102 106 0 75 41 177 65 54
Binary 110100 10101011 1000010 1000110 0 111101 100001 1111111 110101 101100

Color Harmonies of #34AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB42

Black with #34AB42

Text Example


Text Example

White with #34AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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