Html Css Color HEX #34963F Fruit Salad

📋 copy color: '#34963F'

red 52 ◦ green 150 ◦ blue 63

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

Shades of Fruit Salad #34963F

Tints of Fruit Salad #34963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.6%

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

R = 19.62%
G = 56.6%
B = 23.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#34963F (or 0x34963F) is known color: Fruit Salad. HEX triplet: 34, 96 and 3F. RGB value is (52,150,63). Sum of RGB (Red+Green+Blue) = 52+150+63=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #34963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34963F is #CB69C0. Grayscale: #6F6F6F. Windows color (decimal): -13330881 or 4167220. OLE color: 4167220.

HSL color Cylindrical-coordinate representation of color #34963F: hue angle of 126.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34963F is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 63 -
CMYK 0.65 0 0.58 0.41
HSL 126.73º 0.49% 0.4% -
HSV(B) 126.73º 0.65% 0.59% -
XYZ 13.22 22.9 8.43 -
YUV 110.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 52 150 63 0.65 0 0.58 0.41 126.73 0.49 0.4
Hex 34 96 3F 41 0 3A 29 7F 31 28
Octal 64 226 77 101 0 72 51 177 61 50
Binary 110100 10010110 111111 1000001 0 111010 101001 1111111 110001 101000

Color Harmonies of #34963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34963F

Black with #34963F

Text Example


Text Example

White with #34963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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