Html Css Color HEX #34993F Fruit Salad

📋 copy color: '#34993F'

red 52 ◦ green 153 ◦ blue 63

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

Shades of Fruit Salad #34993F

Tints of Fruit Salad #34993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

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

R = 19.4%
G = 57.09%
B = 23.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#34993F (or 0x34993F) is known color: Fruit Salad. HEX triplet: 34, 99 and 3F. RGB value is (52,153,63). Sum of RGB (Red+Green+Blue) = 52+153+63=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #34993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993F is #CB66C0. Grayscale: #707070. Windows color (decimal): -13330113 or 4167988. OLE color: 4167988.

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

Color convert

RGB 52 153 63 -
CMYK 0.66 0 0.59 0.4
HSL 126.53º 0.49% 0.4% -
HSV(B) 126.53º 0.66% 0.6% -
XYZ 13.7 23.87 8.59 -
YUV 112.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 52 153 63 0.66 0 0.59 0.4 126.53 0.49 0.4
Hex 34 99 3F 42 0 3B 28 7F 31 28
Octal 64 231 77 102 0 73 50 177 61 50
Binary 110100 10011001 111111 1000010 0 111011 101000 1111111 110001 101000

Color Harmonies of #34993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34993F

Black with #34993F

Text Example


Text Example

White with #34993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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