Html Css Color HEX #38A83B Fruit Salad

📋 copy color: '#38A83B'

red 56 ◦ green 168 ◦ blue 59

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

Shades of Fruit Salad #38A83B

Tints of Fruit Salad #38A83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 59.36%

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

R = 19.79%
G = 59.36%
B = 20.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#38A83B (or 0x38A83B) is known color: Fruit Salad. HEX triplet: 38, A8 and 3B. RGB value is (56,168,59). Sum of RGB (Red+Green+Blue) = 56+168+59=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 168 (66.02% from 255 or 59.36% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 168 - color contains mainly: green. Hex color #38A83B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A83B is #C757C4. Grayscale: #7A7A7A. Windows color (decimal): -13064133 or 3909688. OLE color: 3909688.

HSL color Cylindrical-coordinate representation of color #38A83B: hue angle of 121.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A83B is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 168 59 -
CMYK 0.67 0 0.65 0.34
HSL 121.61º 0.5% 0.44% -
HSV(B) 121.61º 0.67% 0.66% -
XYZ 16.42 29.16 8.9 -
YUV 122.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 56 168 59 0.67 0 0.65 0.34 121.61 0.5 0.44
Hex 38 A8 3B 43 0 41 22 7A 32 2C
Octal 70 250 73 103 0 101 42 172 62 54
Binary 111000 10101000 111011 1000011 0 1000001 100010 1111010 110010 101100

Color Harmonies of #38A83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A83B

Black with #38A83B

Text Example


Text Example

White with #38A83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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