Html Css Color HEX #34A63F Fruit Salad

📋 copy color: '#34A63F'

red 52 ◦ green 166 ◦ blue 63

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

Shades of Fruit Salad #34A63F

Tints of Fruit Salad #34A63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.07%

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

R = 18.51%
G = 59.07%
B = 22.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#34A63F (or 0x34A63F) is known color: Fruit Salad. HEX triplet: 34, A6 and 3F. RGB value is (52,166,63). Sum of RGB (Red+Green+Blue) = 52+166+63=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #34A63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A63F is #CB59C0. Grayscale: #787878. Windows color (decimal): -13326785 or 4171316. OLE color: 4171316.

HSL color Cylindrical-coordinate representation of color #34A63F: hue angle of 125.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A63F is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 166 63 -
CMYK 0.69 0 0.62 0.35
HSL 125.79º 0.52% 0.43% -
HSV(B) 125.79º 0.69% 0.65% -
XYZ 15.95 28.36 9.34 -
YUV 120.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 52 166 63 0.69 0 0.62 0.35 125.79 0.52 0.43
Hex 34 A6 3F 45 0 3E 23 7E 34 2B
Octal 64 246 77 105 0 76 43 176 64 53
Binary 110100 10100110 111111 1000101 0 111110 100011 1111110 110100 101011

Color Harmonies of #34A63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A63F

Black with #34A63F

Text Example


Text Example

White with #34A63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A63F; }

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

 H1.HeaderClassName
 {
   color: #34A63F;
 }
 .AnyTagClassName
 {
   color: #34A63F;
 }
</style>

background-color css

<style>
 a { background-color: #34A63F; }

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

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

border-color css

<style>
 span { border-color: #34A63F; }

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

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