Html Css Color HEX #38A03B Fruit Salad

📋 copy color: '#38A03B'

red 56 ◦ green 160 ◦ blue 59

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

Shades of Fruit Salad #38A03B

Tints of Fruit Salad #38A03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 20.36%
G = 58.18%
B = 21.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#38A03B (or 0x38A03B) is known color: Fruit Salad. HEX triplet: 38, A0 and 3B. RGB value is (56,160,59). Sum of RGB (Red+Green+Blue) = 56+160+59=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #38A03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A03B is #C75FC4. Grayscale: #757575. Windows color (decimal): -13066181 or 3907640. OLE color: 3907640.

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

Color convert

RGB 56 160 59 -
CMYK 0.65 0 0.63 0.37
HSL 121.73º 0.48% 0.42% -
HSV(B) 121.73º 0.65% 0.63% -
XYZ 14.99 26.3 8.42 -
YUV 117.39 95.04 84.21 -
System Red Green Blue C M Y K H S L
Decimal 56 160 59 0.65 0 0.63 0.37 121.73 0.48 0.42
Hex 38 A0 3B 41 0 3F 25 7A 30 2A
Octal 70 240 73 101 0 77 45 172 60 52
Binary 111000 10100000 111011 1000001 0 111111 100101 1111010 110000 101010

Color Harmonies of #38A03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A03B

Black with #38A03B

Text Example


Text Example

White with #38A03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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