Html Css Color HEX #38B341 Fruit Salad

📋 copy color: '#38B341'

red 56 ◦ green 179 ◦ blue 65

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

Shades of Fruit Salad #38B341

Tints of Fruit Salad #38B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 18.67%
G = 59.67%
B = 21.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#38B341 (or 0x38B341) is known color: Fruit Salad. HEX triplet: 38, B3 and 41. RGB value is (56,179,65). Sum of RGB (Red+Green+Blue) = 56+179+65=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #38B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B341 is #C74CBE. Grayscale: #818181. Windows color (decimal): -13061311 or 4305720. OLE color: 4305720.

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

Color convert

RGB 56 179 65 -
CMYK 0.69 0 0.64 0.30
HSL 124.39º 0.52% 0.46% -
HSV(B) 124.39º 0.69% 0.7% -
XYZ 18.71 33.46 10.47 -
YUV 129.23 91.75 75.77 -
System Red Green Blue C M Y K H S L
Decimal 56 179 65 0.69 0 0.64 0.30 124.39 0.52 0.46
Hex 38 B3 41 45 0 40 1E 7C 34 2E
Octal 70 263 101 105 0 100 36 174 64 56
Binary 111000 10110011 1000001 1000101 0 1000000 11110 1111100 110100 101110

Color Harmonies of #38B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B341

Black with #38B341

Text Example


Text Example

White with #38B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,179,65); }

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

background-color css

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

 a { background-color: rgb(56,179,65); }

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

border-color css

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

 span { border-color: rgb(56,179,65); }

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