Html Css Color HEX #38B542 Fruit Salad

📋 copy color: '#38B542'

red 56 ◦ green 181 ◦ blue 66

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

Shades of Fruit Salad #38B542

Tints of Fruit Salad #38B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.74%

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

R = 18.48%
G = 59.74%
B = 21.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#38B542 (or 0x38B542) is known color: Fruit Salad. HEX triplet: 38, B5 and 42. RGB value is (56,181,66). Sum of RGB (Red+Green+Blue) = 56+181+66=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #38B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B542 is #C74ABD. Grayscale: #828282. Windows color (decimal): -13060798 or 4371768. OLE color: 4371768.

HSL color Cylindrical-coordinate representation of color #38B542: hue angle of 124.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B542 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 181 66 -
CMYK 0.69 0 0.64 0.29
HSL 124.8º 0.53% 0.46% -
HSV(B) 124.8º 0.69% 0.71% -
XYZ 19.14 34.28 10.76 -
YUV 130.52 91.59 74.85 -
System Red Green Blue C M Y K H S L
Decimal 56 181 66 0.69 0 0.64 0.29 124.8 0.53 0.46
Hex 38 B5 42 45 0 40 1D 7D 35 2E
Octal 70 265 102 105 0 100 35 175 65 56
Binary 111000 10110101 1000010 1000101 0 1000000 11101 1111101 110101 101110

Color Harmonies of #38B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B542

Black with #38B542

Text Example


Text Example

White with #38B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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