Html Css Color HEX #3D9648 Fruit Salad

📋 copy color: '#3D9648'

red 61 ◦ green 150 ◦ blue 72

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

Shades of Fruit Salad #3D9648

Tints of Fruit Salad #3D9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53%

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

R = 21.55%
G = 53%
B = 25.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#3D9648 (or 0x3D9648) is known color: Fruit Salad. HEX triplet: 3D, 96 and 48. RGB value is (61,150,72). Sum of RGB (Red+Green+Blue) = 61+150+72=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9648 is #C269B7. Grayscale: #727272. Windows color (decimal): -12741048 or 4757053. OLE color: 4757053.

HSL color Cylindrical-coordinate representation of color #3D9648: hue angle of 127.42º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9648 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 72 -
CMYK 0.59 0 0.52 0.41
HSL 127.42º 0.42% 0.41% -
HSV(B) 127.42º 0.59% 0.59% -
XYZ 14 23.27 9.89 -
YUV 114.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 61 150 72 0.59 0 0.52 0.41 127.42 0.42 0.41
Hex 3D 96 48 3B 0 34 29 7F 2A 29
Octal 75 226 110 73 0 64 51 177 52 51
Binary 111101 10010110 1001000 111011 0 110100 101001 1111111 101010 101001

Color Harmonies of #3D9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9648

Black with #3D9648

Text Example


Text Example

White with #3D9648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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