Html Css Color HEX #38A042 Fruit Salad

📋 copy color: '#38A042'

red 56 ◦ green 160 ◦ blue 66

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

Shades of Fruit Salad #38A042

Tints of Fruit Salad #38A042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 19.86%
G = 56.74%
B = 23.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#38A042 (or 0x38A042) is known color: Fruit Salad. HEX triplet: 38, A0 and 42. RGB value is (56,160,66). Sum of RGB (Red+Green+Blue) = 56+160+66=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #38A042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A042 is #C75FBD. Grayscale: #767676. Windows color (decimal): -13066174 or 4366392. OLE color: 4366392.

HSL color Cylindrical-coordinate representation of color #38A042: hue angle of 125.77º 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 #38A042 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 66 -
CMYK 0.65 0 0.59 0.37
HSL 125.77º 0.48% 0.42% -
HSV(B) 125.77º 0.65% 0.63% -
XYZ 15.19 26.38 9.44 -
YUV 118.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 56 160 66 0.65 0 0.59 0.37 125.77 0.48 0.42
Hex 38 A0 42 41 0 3B 25 7E 30 2A
Octal 70 240 102 101 0 73 45 176 60 52
Binary 111000 10100000 1000010 1000001 0 111011 100101 1111110 110000 101010

Color Harmonies of #38A042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A042

Black with #38A042

Text Example


Text Example

White with #38A042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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