Html Css Color HEX #34953E Fruit Salad

📋 copy color: '#34953E'

red 52 ◦ green 149 ◦ blue 62

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

Shades of Fruit Salad #34953E

Tints of Fruit Salad #34953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.65%

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 19.77%
G = 56.65%
B = 23.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#34953E (or 0x34953E) is known color: Fruit Salad. HEX triplet: 34, 95 and 3E. RGB value is (52,149,62). Sum of RGB (Red+Green+Blue) = 52+149+62=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #34953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34953E is #CB6AC1. Grayscale: #6E6E6E. Windows color (decimal): -13331138 or 4101428. OLE color: 4101428.

HSL color Cylindrical-coordinate representation of color #34953E: hue angle of 126.19º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34953E is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 62 -
CMYK 0.65 0 0.58 0.42
HSL 126.19º 0.48% 0.39% -
HSV(B) 126.19º 0.65% 0.58% -
XYZ 13.03 22.57 8.23 -
YUV 110.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 52 149 62 0.65 0 0.58 0.42 126.19 0.48 0.39
Hex 34 95 3E 41 0 3A 2A 7E 30 27
Octal 64 225 76 101 0 72 52 176 60 47
Binary 110100 10010101 111110 1000001 0 111010 101010 1111110 110000 100111

Color Harmonies of #34953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34953E

Black with #34953E

Text Example


Text Example

White with #34953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34953E; }

 p { color: rgb(52,149,62); }

 H1.HeaderClassName
 {
   color: #34953E;
 }
 .AnyTagClassName
 {
   color: #34953E;
 }
</style>

background-color css

<style>
 a { background-color: #34953E; }

 a { background-color: rgb(52,149,62); }

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

border-color css

<style>
 span { border-color: #34953E; }

 span { border-color: rgb(52,149,62); }

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