Html Css Color HEX #3BBD4A Fruit Salad

📋 copy color: '#3BBD4A'

red 59 ◦ green 189 ◦ blue 74

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

Shades of Fruit Salad #3BBD4A

Tints of Fruit Salad #3BBD4A

RGB

 RED value IS 59 (23.44% from 255) = 18.32%

 GREEN value IS 189 (74.22% from 255) = 58.7%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 18.32%
G = 58.7%
B = 22.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#3BBD4A (or 0x3BBD4A) is known color: Fruit Salad. HEX triplet: 3B, BD and 4A. RGB value is (59,189,74). Sum of RGB (Red+Green+Blue) = 59+189+74=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD4A is #C442B5. Grayscale: #898989. Windows color (decimal): -12862134 or 4898107. OLE color: 4898107.

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

Color convert

RGB 59 189 74 -
CMYK 0.69 0 0.61 0.26
HSL 126.92º 0.52% 0.49% -
HSV(B) 126.92º 0.69% 0.74% -
XYZ 21.24 37.82 12.66 -
YUV 137.02 92.43 72.35 -
System Red Green Blue C M Y K H S L
Decimal 59 189 74 0.69 0 0.61 0.26 126.92 0.52 0.49
Hex 3B BD 4A 45 0 3D 1A 7F 34 31
Octal 73 275 112 105 0 75 32 177 64 61
Binary 111011 10111101 1001010 1000101 0 111101 11010 1111111 110100 110001

Color Harmonies of #3BBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD4A

Black with #3BBD4A

Text Example


Text Example

White with #3BBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,189,74); }

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

background-color css

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

 a { background-color: rgb(59,189,74); }

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

border-color css

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

 span { border-color: rgb(59,189,74); }

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