Html Css Color HEX #34963C Fruit Salad

📋 copy color: '#34963C'

red 52 ◦ green 150 ◦ blue 60

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

Shades of Fruit Salad #34963C

Tints of Fruit Salad #34963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 19.85%
G = 57.25%
B = 22.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#34963C (or 0x34963C) is known color: Fruit Salad. HEX triplet: 34, 96 and 3C. RGB value is (52,150,60). Sum of RGB (Red+Green+Blue) = 52+150+60=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #34963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34963C is #CB69C3. Grayscale: #6E6E6E. Windows color (decimal): -13330884 or 3970612. OLE color: 3970612.

HSL color Cylindrical-coordinate representation of color #34963C: hue angle of 124.9º 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 #34963C is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 60 -
CMYK 0.65 0 0.6 0.41
HSL 124.9º 0.49% 0.4% -
HSV(B) 124.9º 0.65% 0.59% -
XYZ 13.14 22.87 8 -
YUV 110.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 52 150 60 0.65 0 0.6 0.41 124.9 0.49 0.4
Hex 34 96 3C 41 0 3C 29 7D 31 28
Octal 64 226 74 101 0 74 51 175 61 50
Binary 110100 10010110 111100 1000001 0 111100 101001 1111101 110001 101000

Color Harmonies of #34963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34963C

Black with #34963C

Text Example


Text Example

White with #34963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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