Html Css Color HEX #38AB49 Fruit Salad

📋 copy color: '#38AB49'

red 56 ◦ green 171 ◦ blue 73

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

Shades of Fruit Salad #38AB49

Tints of Fruit Salad #38AB49

RGB

 RED value IS 56 (22.27% from 255) = 18.67%

 GREEN value IS 171 (67.19% from 255) = 57%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 18.67%
G = 57%
B = 24.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#38AB49 (or 0x38AB49) is known color: Fruit Salad. HEX triplet: 38, AB and 49. RGB value is (56,171,73). Sum of RGB (Red+Green+Blue) = 56+171+73=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB49 is #C754B6. Grayscale: #7D7D7D. Windows color (decimal): -13063351 or 4827960. OLE color: 4827960.

HSL color Cylindrical-coordinate representation of color #38AB49: hue angle of 128.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB49 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 73 -
CMYK 0.67 0 0.57 0.33
HSL 128.87º 0.51% 0.45% -
HSV(B) 128.87º 0.67% 0.67% -
XYZ 17.4 30.45 11.26 -
YUV 125.44 98.4 78.47 -
System Red Green Blue C M Y K H S L
Decimal 56 171 73 0.67 0 0.57 0.33 128.87 0.51 0.45
Hex 38 AB 49 43 0 39 21 81 33 2D
Octal 70 253 111 103 0 71 41 201 63 55
Binary 111000 10101011 1001001 1000011 0 111001 100001 10000001 110011 101101

Color Harmonies of #38AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB49

Black with #38AB49

Text Example


Text Example

White with #38AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AB49; }

 p { color: rgb(56,171,73); }

 H1.HeaderClassName
 {
   color: #38AB49;
 }
 .AnyTagClassName
 {
   color: #38AB49;
 }
</style>

background-color css

<style>
 a { background-color: #38AB49; }

 a { background-color: rgb(56,171,73); }

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

border-color css

<style>
 span { border-color: #38AB49; }

 span { border-color: rgb(56,171,73); }

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