Html Css Color HEX #38B040 Fruit Salad

📋 copy color: '#38B040'

red 56 ◦ green 176 ◦ blue 64

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

Shades of Fruit Salad #38B040

Tints of Fruit Salad #38B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.46%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 18.92%
G = 59.46%
B = 21.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#38B040 (or 0x38B040) is known color: Fruit Salad. HEX triplet: 38, B0 and 40. RGB value is (56,176,64). Sum of RGB (Red+Green+Blue) = 56+176+64=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #38B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B040 is #C74FBF. Grayscale: #7F7F7F. Windows color (decimal): -13062080 or 4239416. OLE color: 4239416.

HSL color Cylindrical-coordinate representation of color #38B040: hue angle of 124º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B040 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 176 64 -
CMYK 0.68 0 0.64 0.31
HSL 124º 0.52% 0.45% -
HSV(B) 124º 0.68% 0.69% -
XYZ 18.08 32.26 10.12 -
YUV 127.35 92.24 77.11 -
System Red Green Blue C M Y K H S L
Decimal 56 176 64 0.68 0 0.64 0.31 124 0.52 0.45
Hex 38 B0 40 44 0 40 1F 7C 34 2D
Octal 70 260 100 104 0 100 37 174 64 55
Binary 111000 10110000 1000000 1000100 0 1000000 11111 1111100 110100 101101

Color Harmonies of #38B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B040

Black with #38B040

Text Example


Text Example

White with #38B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,176,64); }

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

background-color css

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

 a { background-color: rgb(56,176,64); }

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

border-color css

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

 span { border-color: rgb(56,176,64); }

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