Html Css Color HEX #34953F Fruit Salad

📋 copy color: '#34953F'

red 52 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #34953F

Tints of Fruit Salad #34953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.86%

R = 19.7%
G = 56.44%
B = 23.86%

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

#34953F (or 0x34953F) is known color: Fruit Salad. HEX triplet: 34, 95 and 3F. RGB value is (52,149,63). Sum of RGB (Red+Green+Blue) = 52+149+63=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #34953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34953F is #CB6AC0. Grayscale: #6E6E6E. Windows color (decimal): -13331137 or 4166964. OLE color: 4166964.

HSL color Cylindrical-coordinate representation of color #34953F: hue angle of 126.8º 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 #34953F is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 63 -
CMYK 0.65 0 0.58 0.42
HSL 126.8º 0.48% 0.39% -
HSV(B) 126.8º 0.65% 0.58% -
XYZ 13.06 22.58 8.37 -
YUV 110.19 101.36 86.49 -
System Red Green Blue C M Y K H S L
Decimal 52 149 63 0.65 0 0.58 0.42 126.8 0.48 0.39
Hex 34 95 3F 41 0 3A 2A 7F 30 27
Octal 64 225 77 101 0 72 52 177 60 47
Binary 110100 10010101 111111 1000001 0 111010 101010 1111111 110000 100111

Color Harmonies of #34953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34953F

Black with #34953F

Text Example


Text Example

White with #34953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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