Html Css Color HEX #3DB447 Fruit Salad

📋 copy color: '#3DB447'

red 61 ◦ green 180 ◦ blue 71

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

Shades of Fruit Salad #3DB447

Tints of Fruit Salad #3DB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 19.55%
G = 57.69%
B = 22.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#3DB447 (or 0x3DB447) is known color: Fruit Salad. HEX triplet: 3D, B4 and 47. RGB value is (61,180,71). Sum of RGB (Red+Green+Blue) = 61+180+71=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB447 is #C24BB8. Grayscale: #848484. Windows color (decimal): -12733369 or 4699197. OLE color: 4699197.

HSL color Cylindrical-coordinate representation of color #3DB447: hue angle of 125.04º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB447 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 71 -
CMYK 0.66 0 0.61 0.29
HSL 125.04º 0.49% 0.47% -
HSV(B) 125.04º 0.66% 0.71% -
XYZ 19.38 34.09 11.52 -
YUV 131.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 61 180 71 0.66 0 0.61 0.29 125.04 0.49 0.47
Hex 3D B4 47 42 0 3D 1D 7D 31 2F
Octal 75 264 107 102 0 75 35 175 61 57
Binary 111101 10110100 1000111 1000010 0 111101 11101 1111101 110001 101111

Color Harmonies of #3DB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB447

Black with #3DB447

Text Example


Text Example

White with #3DB447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,71); }

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

background-color css

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

 a { background-color: rgb(61,180,71); }

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

border-color css

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

 span { border-color: rgb(61,180,71); }

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