Html Css Color HEX #3DA34C Fruit Salad

📋 copy color: '#3DA34C'

red 61 ◦ green 163 ◦ blue 76

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

Shades of Fruit Salad #3DA34C

Tints of Fruit Salad #3DA34C

RGB

 RED value IS 61 (24.22% from 255) = 20.33%

 GREEN value IS 163 (64.06% from 255) = 54.33%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 20.33%
G = 54.33%
B = 25.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#3DA34C (or 0x3DA34C) is known color: Fruit Salad. HEX triplet: 3D, A3 and 4C. RGB value is (61,163,76). Sum of RGB (Red+Green+Blue) = 61+163+76=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA34C is #C25CB3. Grayscale: #7A7A7A. Windows color (decimal): -12737716 or 5022525. OLE color: 5022525.

HSL color Cylindrical-coordinate representation of color #3DA34C: hue angle of 128.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA34C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 163 76 -
CMYK 0.63 0 0.53 0.36
HSL 128.82º 0.46% 0.44% -
HSV(B) 128.82º 0.63% 0.64% -
XYZ 16.33 27.71 11.33 -
YUV 122.58 101.71 84.07 -
System Red Green Blue C M Y K H S L
Decimal 61 163 76 0.63 0 0.53 0.36 128.82 0.46 0.44
Hex 3D A3 4C 3F 0 35 24 81 2E 2C
Octal 75 243 114 77 0 65 44 201 56 54
Binary 111101 10100011 1001100 111111 0 110101 100100 10000001 101110 101100

Color Harmonies of #3DA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA34C

Black with #3DA34C

Text Example


Text Example

White with #3DA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DA34C; }

 p { color: rgb(61,163,76); }

 H1.HeaderClassName
 {
   color: #3DA34C;
 }
 .AnyTagClassName
 {
   color: #3DA34C;
 }
</style>

background-color css

<style>
 a { background-color: #3DA34C; }

 a { background-color: rgb(61,163,76); }

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

border-color css

<style>
 span { border-color: #3DA34C; }

 span { border-color: rgb(61,163,76); }

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