Html Css Color HEX #3AB74B Fruit Salad

📋 copy color: '#3AB74B'

red 58 ◦ green 183 ◦ blue 75

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

Shades of Fruit Salad #3AB74B

Tints of Fruit Salad #3AB74B

RGB

 RED value IS 58 (23.05% from 255) = 18.35%

 GREEN value IS 183 (71.88% from 255) = 57.91%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 18.35%
G = 57.91%
B = 23.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#3AB74B (or 0x3AB74B) is known color: Fruit Salad. HEX triplet: 3A, B7 and 4B. RGB value is (58,183,75). Sum of RGB (Red+Green+Blue) = 58+183+75=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #3AB74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB74B is #C548B4. Grayscale: #858585. Windows color (decimal): -12929205 or 4962106. OLE color: 4962106.

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

Color convert

RGB 58 183 75 -
CMYK 0.68 0 0.59 0.28
HSL 128.16º 0.52% 0.47% -
HSV(B) 128.16º 0.68% 0.72% -
XYZ 19.95 35.27 12.41 -
YUV 133.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 58 183 75 0.68 0 0.59 0.28 128.16 0.52 0.47
Hex 3A B7 4B 44 0 3B 1C 80 34 2F
Octal 72 267 113 104 0 73 34 200 64 57
Binary 111010 10110111 1001011 1000100 0 111011 11100 10000000 110100 101111

Color Harmonies of #3AB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB74B

Black with #3AB74B

Text Example


Text Example

White with #3AB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,183,75); }

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

background-color css

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

 a { background-color: rgb(58,183,75); }

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

border-color css

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

 span { border-color: rgb(58,183,75); }

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