Html Css Color HEX #38AC45 Fruit Salad

📋 copy color: '#38AC45'

red 56 ◦ green 172 ◦ blue 69

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

Shades of Fruit Salad #38AC45

Tints of Fruit Salad #38AC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.91%

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 18.86%
G = 57.91%
B = 23.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#38AC45 (or 0x38AC45) is known color: Fruit Salad. HEX triplet: 38, AC and 45. RGB value is (56,172,69). Sum of RGB (Red+Green+Blue) = 56+172+69=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC45 is #C753BA. Grayscale: #7D7D7D. Windows color (decimal): -13063099 or 4566072. OLE color: 4566072.

HSL color Cylindrical-coordinate representation of color #38AC45: hue angle of 126.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC45 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 172 69 -
CMYK 0.67 0 0.60 0.33
HSL 126.72º 0.51% 0.45% -
HSV(B) 126.72º 0.67% 0.67% -
XYZ 17.46 30.78 10.65 -
YUV 125.57 96.07 78.38 -
System Red Green Blue C M Y K H S L
Decimal 56 172 69 0.67 0 0.60 0.33 126.72 0.51 0.45
Hex 38 AC 45 43 0 3C 21 7F 33 2D
Octal 70 254 105 103 0 74 41 177 63 55
Binary 111000 10101100 1000101 1000011 0 111100 100001 1111111 110011 101101

Color Harmonies of #38AC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC45

Black with #38AC45

Text Example


Text Example

White with #38AC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,69); }

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

background-color css

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

 a { background-color: rgb(56,172,69); }

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

border-color css

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

 span { border-color: rgb(56,172,69); }

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