Html Css Color HEX #38A044 Fruit Salad

📋 copy color: '#38A044'

red 56 ◦ green 160 ◦ blue 68

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

Shades of Fruit Salad #38A044

Tints of Fruit Salad #38A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.34%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 19.72%
G = 56.34%
B = 23.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#38A044 (or 0x38A044) is known color: Fruit Salad. HEX triplet: 38, A0 and 44. RGB value is (56,160,68). Sum of RGB (Red+Green+Blue) = 56+160+68=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #38A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A044 is #C75FBB. Grayscale: #767676. Windows color (decimal): -13066172 or 4497464. OLE color: 4497464.

HSL color Cylindrical-coordinate representation of color #38A044: hue angle of 126.92º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A044 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 68 -
CMYK 0.65 0 0.57 0.37
HSL 126.92º 0.48% 0.42% -
HSV(B) 126.92º 0.65% 0.63% -
XYZ 15.25 26.4 9.76 -
YUV 118.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 56 160 68 0.65 0 0.57 0.37 126.92 0.48 0.42
Hex 38 A0 44 41 0 39 25 7F 30 2A
Octal 70 240 104 101 0 71 45 177 60 52
Binary 111000 10100000 1000100 1000001 0 111001 100101 1111111 110000 101010

Color Harmonies of #38A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A044

Black with #38A044

Text Example


Text Example

White with #38A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,160,68); }

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

background-color css

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

 a { background-color: rgb(56,160,68); }

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

border-color css

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

 span { border-color: rgb(56,160,68); }

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