Html Css Color HEX #38B444 Fruit Salad

📋 copy color: '#38B444'

red 56 ◦ green 180 ◦ blue 68

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

Shades of Fruit Salad #38B444

Tints of Fruit Salad #38B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.21%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 18.42%
G = 59.21%
B = 22.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#38B444 (or 0x38B444) is known color: Fruit Salad. HEX triplet: 38, B4 and 44. RGB value is (56,180,68). Sum of RGB (Red+Green+Blue) = 56+180+68=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #38B444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B444 is #C74BBB. Grayscale: #828282. Windows color (decimal): -13061052 or 4502584. OLE color: 4502584.

HSL color Cylindrical-coordinate representation of color #38B444: hue angle of 125.81º 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 #38B444 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 180 68 -
CMYK 0.69 0 0.62 0.29
HSL 125.81º 0.53% 0.46% -
HSV(B) 125.81º 0.69% 0.71% -
XYZ 19 33.9 11.01 -
YUV 130.16 92.92 75.11 -
System Red Green Blue C M Y K H S L
Decimal 56 180 68 0.69 0 0.62 0.29 125.81 0.53 0.46
Hex 38 B4 44 45 0 3E 1D 7E 35 2E
Octal 70 264 104 105 0 76 35 176 65 56
Binary 111000 10110100 1000100 1000101 0 111110 11101 1111110 110101 101110

Color Harmonies of #38B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B444

Black with #38B444

Text Example


Text Example

White with #38B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,180,68); }

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

background-color css

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

 a { background-color: rgb(56,180,68); }

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

border-color css

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

 span { border-color: rgb(56,180,68); }

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