Html Css Color HEX #3DBC48 Fruit Salad

📋 copy color: '#3DBC48'

red 61 ◦ green 188 ◦ blue 72

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

Shades of Fruit Salad #3DBC48

Tints of Fruit Salad #3DBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

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

R = 19%
G = 58.57%
B = 22.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#3DBC48 (or 0x3DBC48) is known color: Fruit Salad. HEX triplet: 3D, BC and 48. RGB value is (61,188,72). Sum of RGB (Red+Green+Blue) = 61+188+72=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC48 is #C243B7. Grayscale: #898989. Windows color (decimal): -12731320 or 4766781. OLE color: 4766781.

HSL color Cylindrical-coordinate representation of color #3DBC48: hue angle of 125.2º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC48 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 72 -
CMYK 0.68 0 0.62 0.26
HSL 125.2º 0.51% 0.49% -
HSV(B) 125.2º 0.68% 0.74% -
XYZ 21.08 37.43 12.24 -
YUV 136.8 91.42 73.93 -
System Red Green Blue C M Y K H S L
Decimal 61 188 72 0.68 0 0.62 0.26 125.2 0.51 0.49
Hex 3D BC 48 44 0 3E 1A 7D 33 31
Octal 75 274 110 104 0 76 32 175 63 61
Binary 111101 10111100 1001000 1000100 0 111110 11010 1111101 110011 110001

Color Harmonies of #3DBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC48

Black with #3DBC48

Text Example


Text Example

White with #3DBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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