Html Css Color HEX #3DB045 Fruit Salad

📋 copy color: '#3DB045'

red 61 ◦ green 176 ◦ blue 69

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

Shades of Fruit Salad #3DB045

Tints of Fruit Salad #3DB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

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

R = 19.93%
G = 57.52%
B = 22.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#3DB045 (or 0x3DB045) is known color: Fruit Salad. HEX triplet: 3D, B0 and 45. RGB value is (61,176,69). Sum of RGB (Red+Green+Blue) = 61+176+69=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB045 is #C24FBA. Grayscale: #818181. Windows color (decimal): -12734395 or 4567101. OLE color: 4567101.

HSL color Cylindrical-coordinate representation of color #3DB045: hue angle of 124.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB045 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 69 -
CMYK 0.65 0 0.61 0.31
HSL 124.17º 0.49% 0.46% -
HSV(B) 124.17º 0.65% 0.69% -
XYZ 18.52 32.47 10.92 -
YUV 129.42 93.9 79.2 -
System Red Green Blue C M Y K H S L
Decimal 61 176 69 0.65 0 0.61 0.31 124.17 0.49 0.46
Hex 3D B0 45 41 0 3D 1F 7C 31 2E
Octal 75 260 105 101 0 75 37 174 61 56
Binary 111101 10110000 1000101 1000001 0 111101 11111 1111100 110001 101110

Color Harmonies of #3DB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB045

Black with #3DB045

Text Example


Text Example

White with #3DB045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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