Html Css Color HEX #38B449 Fruit Salad

📋 copy color: '#38B449'

red 56 ◦ green 180 ◦ blue 73

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

Shades of Fruit Salad #38B449

Tints of Fruit Salad #38B449

RGB

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

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

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

R = 18.12%
G = 58.25%
B = 23.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#38B449 (or 0x38B449) is known color: Fruit Salad. HEX triplet: 38, B4 and 49. RGB value is (56,180,73). Sum of RGB (Red+Green+Blue) = 56+180+73=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #38B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B449 is #C74BB6. Grayscale: #838383. Windows color (decimal): -13061047 or 4830264. OLE color: 4830264.

HSL color Cylindrical-coordinate representation of color #38B449: hue angle of 128.23º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B449 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 180 73 -
CMYK 0.69 0 0.59 0.29
HSL 128.23º 0.53% 0.46% -
HSV(B) 128.23º 0.69% 0.71% -
XYZ 19.15 33.96 11.85 -
YUV 130.73 95.42 74.7 -
System Red Green Blue C M Y K H S L
Decimal 56 180 73 0.69 0 0.59 0.29 128.23 0.53 0.46
Hex 38 B4 49 45 0 3B 1D 80 35 2E
Octal 70 264 111 105 0 73 35 200 65 56
Binary 111000 10110100 1001001 1000101 0 111011 11101 10000000 110101 101110

Color Harmonies of #38B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B449

Black with #38B449

Text Example


Text Example

White with #38B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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