Html Css Color HEX #3DB445 Fruit Salad

📋 copy color: '#3DB445'

red 61 ◦ green 180 ◦ blue 69

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

Shades of Fruit Salad #3DB445

Tints of Fruit Salad #3DB445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 19.68%
G = 58.06%
B = 22.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#3DB445 (or 0x3DB445) is known color: Fruit Salad. HEX triplet: 3D, B4 and 45. RGB value is (61,180,69). Sum of RGB (Red+Green+Blue) = 61+180+69=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB445 is #C24BBA. Grayscale: #848484. Windows color (decimal): -12733371 or 4568125. OLE color: 4568125.

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

Color convert

RGB 61 180 69 -
CMYK 0.66 0 0.62 0.29
HSL 124.03º 0.49% 0.47% -
HSV(B) 124.03º 0.66% 0.71% -
XYZ 19.32 34.06 11.19 -
YUV 131.77 92.58 77.53 -
System Red Green Blue C M Y K H S L
Decimal 61 180 69 0.66 0 0.62 0.29 124.03 0.49 0.47
Hex 3D B4 45 42 0 3E 1D 7C 31 2F
Octal 75 264 105 102 0 76 35 174 61 57
Binary 111101 10110100 1000101 1000010 0 111110 11101 1111100 110001 101111

Color Harmonies of #3DB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB445

Black with #3DB445

Text Example


Text Example

White with #3DB445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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