Html Css Color HEX #34A540 Fruit Salad

📋 copy color: '#34A540'

red 52 ◦ green 165 ◦ blue 64

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

Shades of Fruit Salad #34A540

Tints of Fruit Salad #34A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.72%

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

R = 18.51%
G = 58.72%
B = 22.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#34A540 (or 0x34A540) is known color: Fruit Salad. HEX triplet: 34, A5 and 40. RGB value is (52,165,64). Sum of RGB (Red+Green+Blue) = 52+165+64=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #34A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A540 is #CB5ABF. Grayscale: #777777. Windows color (decimal): -13327040 or 4236596. OLE color: 4236596.

HSL color Cylindrical-coordinate representation of color #34A540: hue angle of 126.37º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A540 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 64 -
CMYK 0.68 0 0.61 0.35
HSL 126.37º 0.52% 0.43% -
HSV(B) 126.37º 0.68% 0.65% -
XYZ 15.8 28.01 9.42 -
YUV 119.7 96.56 79.71 -
System Red Green Blue C M Y K H S L
Decimal 52 165 64 0.68 0 0.61 0.35 126.37 0.52 0.43
Hex 34 A5 40 44 0 3D 23 7E 34 2B
Octal 64 245 100 104 0 75 43 176 64 53
Binary 110100 10100101 1000000 1000100 0 111101 100011 1111110 110100 101011

Color Harmonies of #34A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A540

Black with #34A540

Text Example


Text Example

White with #34A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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