Html Css Color HEX #3DB448 Fruit Salad

📋 copy color: '#3DB448'

red 61 ◦ green 180 ◦ blue 72

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

Shades of Fruit Salad #3DB448

Tints of Fruit Salad #3DB448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 19.49%
G = 57.51%
B = 23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#3DB448 (or 0x3DB448) is known color: Fruit Salad. HEX triplet: 3D, B4 and 48. RGB value is (61,180,72). Sum of RGB (Red+Green+Blue) = 61+180+72=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB448 is #C24BB7. Grayscale: #848484. Windows color (decimal): -12733368 or 4764733. OLE color: 4764733.

HSL color Cylindrical-coordinate representation of color #3DB448: hue angle of 125.55º 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 #3DB448 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 72 -
CMYK 0.66 0 0.60 0.29
HSL 125.55º 0.49% 0.47% -
HSV(B) 125.55º 0.66% 0.71% -
XYZ 19.42 34.1 11.69 -
YUV 132.11 94.08 77.28 -
System Red Green Blue C M Y K H S L
Decimal 61 180 72 0.66 0 0.60 0.29 125.55 0.49 0.47
Hex 3D B4 48 42 0 3C 1D 7E 31 2F
Octal 75 264 110 102 0 74 35 176 61 57
Binary 111101 10110100 1001000 1000010 0 111100 11101 1111110 110001 101111

Color Harmonies of #3DB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB448

Black with #3DB448

Text Example


Text Example

White with #3DB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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